#D2D9CE

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

Shades of Ottoman #D2D9CE

Tints of Ottoman #D2D9CE

Color information

#D2D9CE (or 0xD2D9CE) is unknown color: approx Ottoman. HEX triplet: D2, D9 and CE. RGB value is (210,217,206). Sum of RGB (Red+Green+Blue) = 210+217+206=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9CE is #2D2631. Grayscale: #D5D5D5. Windows color (decimal): -2958898 or 13556178. OLE color: 13556178.

HSL color Cylindrical-coordinate representation of color #D2D9CE: hue angle of 98.18º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2D9CE is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB210217206-
CMYK0.0300.050.15
HSL98.18º12.64%82.94%-
HSV(B)98.18º5.07%85.1%-
XYZ62.5367.7868.18-
YUV213.65123.68125.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.18%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=33.18%
G=34.28%
B=32.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102172060.0300.050.1598.1812.6482.94
HexD2D9CE305F62d53
Octal3223313163051714215123
Binary1101001011011001110011101101011111110001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D9CE; }

 p { color: rgb(210,217,206); }

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

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

 a { background-color: rgb(210,217,206); }

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

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

 span { border-color: rgb(210,217,206); }

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