#D18EAB

Color #D18EAB Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D18EAB

Tints of Kobi #D18EAB

Color information

#D18EAB (or 0xD18EAB) is unknown color: approx Kobi. HEX triplet: D1, 8E and AB. RGB value is (209,142,171). Sum of RGB (Red+Green+Blue) = 209+142+171=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D18EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18EAB is #2E7154. Grayscale: #A5A5A5. Windows color (decimal): -3043669 or 11243217. OLE color: 11243217.

HSL color Cylindrical-coordinate representation of color #D18EAB: hue angle of 334.03º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18EAB is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209142171-
CMYK00.320.180.18
HSL334.03º42.14%68.82%-
HSV(B)334.03º32.06%81.96%-
XYZ43.3235.8443.16-
YUV165.34131.2159.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 40.04%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=40.04%
G=27.20%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914217100.320.180.18334.0342.1468.82
HexD18EAB020121214e2a45
Octal321216253040222251652105
Binary110100011000111010101011010000010010100101010011101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18EAB; }

 p { color: rgb(209,142,171); }

 H1.HeaderClassName
 {
   color: #D18EAB;
 }
 .AnyTagClassName
 {
   color: #D18EAB;
 }
</style>
background-color css

<style>
 a { background-color: #D18EAB; }

 a { background-color: rgb(209,142,171); }

 div.DivClassName
 {
   background-color: #D18EAB;
 }
 .BgClassName
 {
   background-color: #D18EAB;
 }
</style>
border-color css

<style>
 span { border-color: #D18EAB; }

 span { border-color: rgb(209,142,171); }

 td.TdClassName
 {
   border-color: #D18EAB;
 }
 .TagClassName
 {
   border-color: #D18EAB;
 }
</style>