#D09DB0

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

Shades of Kobi #D09DB0

Tints of Kobi #D09DB0

Color information

#D09DB0 (or 0xD09DB0) is unknown color: approx Kobi. HEX triplet: D0, 9D and B0. RGB value is (208,157,176). Sum of RGB (Red+Green+Blue) = 208+157+176=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09DB0 is #2F624F. Grayscale: #AEAEAE. Windows color (decimal): -3105360 or 11574736. OLE color: 11574736.

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

Color convert

RGB208157176-
CMYK00.250.150.18
HSL337.65º35.17%71.57%-
HSV(B)337.65º24.52%81.57%-
XYZ45.9140.6646.5-
YUV174.42128.9151.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=38.45%
G=29.02%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815717600.250.150.18337.6535.1771.57
HexD09DB0019F121522348
Octal320235260031172252243110
Binary1101000010011101101100000110011111100101010100101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DB0; }

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

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

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

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

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

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

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

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