#D0DDC3

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

Shades of Ottoman #D0DDC3

Tints of Ottoman #D0DDC3

Color information

#D0DDC3 (or 0xD0DDC3) is unknown color: approx Ottoman. HEX triplet: D0, DD and C3. RGB value is (208,221,195). Sum of RGB (Red+Green+Blue) = 208+221+195=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDC3 is #2F223C. Grayscale: #D6D6D6. Windows color (decimal): -3088957 or 12836304. OLE color: 12836304.

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

Color convert

RGB208221195-
CMYK0.0600.120.13
HSL90º27.66%81.57%-
HSV(B)90º11.76%86.67%-
XYZ61.7269.0661.71-
YUV214.15117.19123.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 195 (76.56% from 255) = 31.25%
R=33.33%
G=35.42%
B=31.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211950.0600.120.139027.6681.57
HexD0DDC360CD5a1c52
Octal32033530360141513234122
Binary1101000011011101110000111100110011011011010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDC3; }

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

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

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

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

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

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

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

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