#D2D8CC

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

Shades of Ottoman #D2D8CC

Tints of Ottoman #D2D8CC

Color information

#D2D8CC (or 0xD2D8CC) is unknown color: approx Ottoman. HEX triplet: D2, D8 and CC. RGB value is (210,216,204). Sum of RGB (Red+Green+Blue) = 210+216+204=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D8CC is #2D2733. Grayscale: #D4D4D4. Windows color (decimal): -2959156 or 13424850. OLE color: 13424850.

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

Color convert

RGB210216204-
CMYK0.0300.060.15
HSL90º13.33%82.35%-
HSV(B)90º5.56%84.71%-
XYZ62.0367.1766.82-
YUV212.84123.01125.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.33%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=33.33%
G=34.29%
B=32.38%

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
Decimal2102162040.0300.060.159013.3382.35
HexD2D8CC306F5ad52
Octal3223303143061713215122
Binary1101001011011000110011001101101111101101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D8CC; }

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

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

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

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

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

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

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

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