#D2DBC7

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

Shades of Ottoman #D2DBC7

Tints of Ottoman #D2DBC7

Color information

#D2DBC7 (or 0xD2DBC7) is unknown color: approx Ottoman. HEX triplet: D2, DB and C7. RGB value is (210,219,199). Sum of RGB (Red+Green+Blue) = 210+219+199=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBC7 is #2D2438. Grayscale: #D6D6D6. Windows color (decimal): -2958393 or 13097938. OLE color: 13097938.

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

Color convert

RGB210219199-
CMYK0.0400.090.14
HSL87º21.74%81.96%-
HSV(B)87º9.13%85.88%-
XYZ62.2268.4963.97-
YUV214.03119.52125.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 199 (78.12% from 255) = 31.69%
R=33.44%
G=34.87%
B=31.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102191990.0400.090.148721.7481.96
HexD2DBC7409E571652
Octal32233330740111612726122
Binary1101001011011011110001111000100111101010111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBC7; }

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

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

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

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

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

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

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

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