#D2DCC8

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

Shades of Ottoman #D2DCC8

Tints of Ottoman #D2DCC8

Color information

#D2DCC8 (or 0xD2DCC8) is unknown color: approx Ottoman. HEX triplet: D2, DC and C8. RGB value is (210,220,200). Sum of RGB (Red+Green+Blue) = 210+220+200=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCC8 is #2D2337. Grayscale: #D6D6D6. Windows color (decimal): -2958136 or 13163730. OLE color: 13163730.

HSL color Cylindrical-coordinate representation of color #D2DCC8: hue angle of 90º 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 #D2DCC8 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB210220200-
CMYK0.0500.090.14
HSL90º22.22%82.35%-
HSV(B)90º9.09%86.27%-
XYZ62.669.0664.67-
YUV214.73119.69124.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 200 (78.52% from 255) = 31.75%
R=33.33%
G=34.92%
B=31.75%

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
Decimal2102202000.0500.090.149022.2282.35
HexD2DCC8509E5a1652
Octal32233431050111613226122
Binary1101001011011100110010001010100111101011010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCC8; }

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

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

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

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

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

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

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

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