#D08EAD

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

Shades of Kobi #D08EAD

Tints of Kobi #D08EAD

Color information

#D08EAD (or 0xD08EAD) is unknown color: approx Kobi. HEX triplet: D0, 8E and AD. RGB value is (208,142,173). Sum of RGB (Red+Green+Blue) = 208+142+173=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08EAD is #2F7152. Grayscale: #A5A5A5. Windows color (decimal): -3109203 or 11374288. OLE color: 11374288.

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

Color convert

RGB208142173-
CMYK00.320.170.18
HSL331.82º41.25%68.63%-
HSV(B)331.82º31.73%81.57%-
XYZ43.2335.7744.16-
YUV165.27132.37158.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=39.77%
G=27.15%
B=33.08%

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
Decimal20814217300.320.170.18331.8241.2568.63
HexD08EAD020111214c2945
Octal320216255040212251451105
Binary110100001000111010101101010000010001100101010011001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EAD; }

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

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

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

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

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

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

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

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