#D0DDC6

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

Shades of Ottoman #D0DDC6

Tints of Ottoman #D0DDC6

Color information

#D0DDC6 (or 0xD0DDC6) is unknown color: approx Ottoman. HEX triplet: D0, DD and C6. RGB value is (208,221,198). Sum of RGB (Red+Green+Blue) = 208+221+198=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDC6 is #2F2239. Grayscale: #D6D6D6. Windows color (decimal): -3088954 or 13032912. OLE color: 13032912.

HSL color Cylindrical-coordinate representation of color #D0DDC6: hue angle of 93.91º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0DDC6 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB208221198-
CMYK0.0600.100.13
HSL93.91º25.27%82.16%-
HSV(B)93.91º10.41%86.67%-
XYZ62.0669.263.51-
YUV214.49118.69123.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.17%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=33.17%
G=35.25%
B=31.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211980.0600.100.1393.9125.2782.16
HexD0DDC660AD5e1952
Octal32033530660121513631122
Binary1101000011011101110001101100101011011011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDC6; }

 p { color: rgb(208,221,198); }

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

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

 a { background-color: rgb(208,221,198); }

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

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

 span { border-color: rgb(208,221,198); }

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