#D2DBC8

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

Shades of Ottoman #D2DBC8

Tints of Ottoman #D2DBC8

Color information

#D2DBC8 (or 0xD2DBC8) is unknown color: approx Ottoman. HEX triplet: D2, DB and C8. RGB value is (210,219,200). Sum of RGB (Red+Green+Blue) = 210+219+200=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBC8 is #2D2437. Grayscale: #D6D6D6. Windows color (decimal): -2958392 or 13163474. OLE color: 13163474.

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

Color convert

RGB210219200-
CMYK0.0400.090.14
HSL88.42º20.88%82.16%-
HSV(B)88.42º8.68%85.88%-
XYZ62.3468.5364.59-
YUV214.14120.02125.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=33.39%
G=34.82%
B=31.80%

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
Decimal2102192000.0400.090.1488.4220.8882.16
HexD2DBC8409E581552
Octal32233331040111613025122
Binary1101001011011011110010001000100111101011000101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBC8; }

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

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

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

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

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

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

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

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