#D09DAF

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

Shades of Kobi #D09DAF

Tints of Kobi #D09DAF

Color information

#D09DAF (or 0xD09DAF) is unknown color: approx Kobi. HEX triplet: D0, 9D and AF. RGB value is (208,157,175). Sum of RGB (Red+Green+Blue) = 208+157+175=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09DAF is #2F6250. Grayscale: #AEAEAE. Windows color (decimal): -3105361 or 11509200. OLE color: 11509200.

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

Color convert

RGB208157175-
CMYK00.250.160.18
HSL338.82º35.17%71.57%-
HSV(B)338.82º24.52%81.57%-
XYZ45.8140.6245.98-
YUV174.3128.4152.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=38.52%
G=29.07%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815717500.250.160.18338.8235.1771.57
HexD09DAF01910121532348
Octal320235257031202252343110
Binary11010000100111011010111101100110000100101010100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DAF; }

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

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

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

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

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

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

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

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