#D2DCC9

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

Shades of Ottoman #D2DCC9

Tints of Ottoman #D2DCC9

Color information

#D2DCC9 (or 0xD2DCC9) is unknown color: approx Ottoman. HEX triplet: D2, DC and C9. RGB value is (210,220,201). Sum of RGB (Red+Green+Blue) = 210+220+201=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCC9 is #2D2336. Grayscale: #D6D6D6. Windows color (decimal): -2958135 or 13229266. OLE color: 13229266.

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

Color convert

RGB210220201-
CMYK0.0500.090.14
HSL91.58º21.35%82.55%-
HSV(B)91.58º8.64%86.27%-
XYZ62.7169.1165.29-
YUV214.84120.19124.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.28%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 201 (78.91% from 255) = 31.85%
R=33.28%
G=34.87%
B=31.85%

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
Decimal2102202010.0500.090.1491.5821.3582.55
HexD2DCC9509E5c1553
Octal32233431150111613425123
Binary1101001011011100110010011010100111101011100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCC9; }

 p { color: rgb(210,220,201); }

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

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

 a { background-color: rgb(210,220,201); }

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

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

 span { border-color: rgb(210,220,201); }

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