#D08EA9

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

Shades of Kobi #D08EA9

Tints of Kobi #D08EA9

Color information

#D08EA9 (or 0xD08EA9) is unknown color: approx Kobi. HEX triplet: D0, 8E and A9. RGB value is (208,142,169). Sum of RGB (Red+Green+Blue) = 208+142+169=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08EA9 is #2F7156. Grayscale: #A4A4A4. Windows color (decimal): -3109207 or 11112144. OLE color: 11112144.

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

Color convert

RGB208142169-
CMYK00.320.190.18
HSL335.45º41.25%68.63%-
HSV(B)335.45º31.73%81.57%-
XYZ42.8535.6242.15-
YUV164.81130.37158.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 169 (66.41% from 255) = 32.56%
R=40.08%
G=27.36%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814216900.320.190.18335.4541.2568.63
HexD08EA9020131214f2945
Octal320216251040232251751105
Binary110100001000111010101001010000010011100101010011111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EA9; }

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

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

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

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

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

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

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

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