#D0DBC7

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

Shades of Ottoman #D0DBC7

Tints of Ottoman #D0DBC7

Color information

#D0DBC7 (or 0xD0DBC7) is unknown color: approx Ottoman. HEX triplet: D0, DB and C7. RGB value is (208,219,199). Sum of RGB (Red+Green+Blue) = 208+219+199=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBC7 is #2F2438. Grayscale: #D5D5D5. Windows color (decimal): -3089465 or 13097936. OLE color: 13097936.

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

Color convert

RGB208219199-
CMYK0.0500.090.14
HSL93º21.74%81.96%-
HSV(B)93º9.13%85.88%-
XYZ61.6568.263.95-
YUV213.43119.86124.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.23%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=33.23%
G=34.98%
B=31.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082191990.0500.090.149321.7481.96
HexD0DBC7509E5d1652
Octal32033330750111613526122
Binary1101000011011011110001111010100111101011101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBC7; }

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

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

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

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

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

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

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

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