#D18EAD

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

Shades of Kobi #D18EAD

Tints of Kobi #D18EAD

Color information

#D18EAD (or 0xD18EAD) is unknown color: approx Kobi. HEX triplet: D1, 8E and AD. RGB value is (209,142,173). Sum of RGB (Red+Green+Blue) = 209+142+173=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D18EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18EAD is #2E7152. Grayscale: #A5A5A5. Windows color (decimal): -3043667 or 11374289. OLE color: 11374289.

HSL color Cylindrical-coordinate representation of color #D18EAD: hue angle of 332.24º 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 #D18EAD is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209142173-
CMYK00.320.170.18
HSL332.24º42.14%68.82%-
HSV(B)332.24º32.06%81.96%-
XYZ43.5135.9244.17-
YUV165.57132.2158.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=39.89%
G=27.10%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914217300.320.170.18332.2442.1468.82
HexD18EAD020111214c2a45
Octal321216255040212251452105
Binary110100011000111010101101010000010001100101010011001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18EAD; }

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

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

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

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

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

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

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

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