#D0DBC9

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

Shades of Ottoman #D0DBC9

Tints of Ottoman #D0DBC9

Color information

#D0DBC9 (or 0xD0DBC9) is unknown color: approx Ottoman. HEX triplet: D0, DB and C9. RGB value is (208,219,201). Sum of RGB (Red+Green+Blue) = 208+219+201=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBC9 is #2F2436. Grayscale: #D5D5D5. Windows color (decimal): -3089463 or 13229008. OLE color: 13229008.

HSL color Cylindrical-coordinate representation of color #D0DBC9: hue angle of 96.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0DBC9 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB208219201-
CMYK0.0500.080.14
HSL96.67º20%82.35%-
HSV(B)96.67º8.22%85.88%-
XYZ61.8968.2965.18-
YUV213.66120.86123.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.12%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=33.12%
G=34.87%
B=32.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082192010.0500.080.1496.672082.35
HexD0DBC9508E611452
Octal32033331150101614124122
Binary1101000011011011110010011010100011101100001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBC9; }

 p { color: rgb(208,219,201); }

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

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

 a { background-color: rgb(208,219,201); }

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

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

 span { border-color: rgb(208,219,201); }

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