#D2D9CC

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

Shades of Ottoman #D2D9CC

Tints of Ottoman #D2D9CC

Color information

#D2D9CC (or 0xD2D9CC) is unknown color: approx Ottoman. HEX triplet: D2, D9 and CC. RGB value is (210,217,204). Sum of RGB (Red+Green+Blue) = 210+217+204=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9CC is #2D2633. Grayscale: #D5D5D5. Windows color (decimal): -2958900 or 13425106. OLE color: 13425106.

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

Color convert

RGB210217204-
CMYK0.0300.060.15
HSL92.31º14.61%82.55%-
HSV(B)92.31º5.99%85.1%-
XYZ62.2967.6966.91-
YUV213.42122.68125.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.28%
GREEN value IS 217 (85.16% from 255) = 34.39%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=33.28%
G=34.39%
B=32.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102172040.0300.060.1592.3114.6182.55
HexD2D9CC306F5cf53
Octal3223313143061713417123
Binary1101001011011001110011001101101111101110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D9CC; }

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

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

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

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

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

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

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

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