#D2DBC5

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

Shades of Ottoman #D2DBC5

Tints of Ottoman #D2DBC5

Color information

#D2DBC5 (or 0xD2DBC5) is unknown color: approx Ottoman. HEX triplet: D2, DB and C5. RGB value is (210,219,197). Sum of RGB (Red+Green+Blue) = 210+219+197=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBC5 is #2D243A. Grayscale: #D5D5D5. Windows color (decimal): -2958395 or 12966866. OLE color: 12966866.

HSL color Cylindrical-coordinate representation of color #D2DBC5: hue angle of 84.55º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2DBC5 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB210219197-
CMYK0.0400.100.14
HSL84.55º23.4%81.57%-
HSV(B)84.55º10.05%85.88%-
XYZ61.9968.462.76-
YUV213.8118.52125.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.55%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 197 (77.34% from 255) = 31.47%
R=33.55%
G=34.98%
B=31.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102191970.0400.100.1484.5523.481.57
HexD2DBC540AE551752
Octal32233330540121612527122
Binary1101001011011011110001011000101011101010101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBC5; }

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

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

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

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

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

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

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

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