#D2DBCD

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

Shades of Ottoman #D2DBCD

Tints of Ottoman #D2DBCD

Color information

#D2DBCD (or 0xD2DBCD) is unknown color: approx Ottoman. HEX triplet: D2, DB and CD. RGB value is (210,219,205). Sum of RGB (Red+Green+Blue) = 210+219+205=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBCD is #2D2432. Grayscale: #D6D6D6. Windows color (decimal): -2958387 or 13491154. OLE color: 13491154.

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

Color convert

RGB210219205-
CMYK0.0400.060.14
HSL98.57º16.28%83.14%-
HSV(B)98.57º6.39%85.88%-
XYZ62.9368.7767.72-
YUV214.71122.52124.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.12%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=33.12%
G=34.54%
B=32.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102192050.0400.060.1498.5716.2883.14
HexD2DBCD406E631053
Octal3223333154061614320123
Binary110100101101101111001101100011011101100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBCD; }

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

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

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

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

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

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

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

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