#D09EAF

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

Shades of Kobi #D09EAF

Tints of Kobi #D09EAF

Color information

#D09EAF (or 0xD09EAF) is unknown color: approx Kobi. HEX triplet: D0, 9E and AF. RGB value is (208,158,175). Sum of RGB (Red+Green+Blue) = 208+158+175=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D09EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09EAF is #2F6150. Grayscale: #AEAEAE. Windows color (decimal): -3105105 or 11509456. OLE color: 11509456.

HSL color Cylindrical-coordinate representation of color #D09EAF: hue angle of 339.6º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09EAF is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208158175-
CMYK00.240.160.18
HSL339.6º34.72%71.76%-
HSV(B)339.6º24.04%81.57%-
XYZ45.9840.9646.04-
YUV174.89128.06151.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=38.45%
G=29.21%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815817500.240.160.18339.634.7271.76
HexD09EAF01810121542348
Octal320236257030202252443110
Binary11010000100111101010111101100010000100101010101001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09EAF; }

 p { color: rgb(208,158,175); }

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

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

 a { background-color: rgb(208,158,175); }

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

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

 span { border-color: rgb(208,158,175); }

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