#D08EAC

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

Shades of Kobi #D08EAC

Tints of Kobi #D08EAC

Color information

#D08EAC (or 0xD08EAC) is unknown color: approx Kobi. HEX triplet: D0, 8E and AC. RGB value is (208,142,172). Sum of RGB (Red+Green+Blue) = 208+142+172=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08EAC is #2F7153. Grayscale: #A5A5A5. Windows color (decimal): -3109204 or 11308752. OLE color: 11308752.

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

Color convert

RGB208142172-
CMYK00.320.170.18
HSL332.73º41.25%68.63%-
HSV(B)332.73º31.73%81.57%-
XYZ43.1335.7343.65-
YUV165.15131.87158.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=39.85%
G=27.20%
B=32.95%

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
Decimal20814217200.320.170.18332.7341.2568.63
HexD08EAC020111214d2945
Octal320216254040212251551105
Binary110100001000111010101100010000010001100101010011011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EAC; }

 p { color: rgb(208,142,172); }

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

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

 a { background-color: rgb(208,142,172); }

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

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

 span { border-color: rgb(208,142,172); }

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