#D1D9CC

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

Shades of Ottoman #D1D9CC

Tints of Ottoman #D1D9CC

Color information

#D1D9CC (or 0xD1D9CC) is unknown color: approx Ottoman. HEX triplet: D1, D9 and CC. RGB value is (209,217,204). Sum of RGB (Red+Green+Blue) = 209+217+204=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9CC is #2E2633. Grayscale: #D5D5D5. Windows color (decimal): -3024436 or 13425105. OLE color: 13425105.

HSL color Cylindrical-coordinate representation of color #D1D9CC: hue angle of 96.92º 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 #D1D9CC is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB209217204-
CMYK0.0400.060.15
HSL96.92º14.61%82.55%-
HSV(B)96.92º5.99%85.1%-
XYZ62.0167.5466.9-
YUV213.13122.85125.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.17%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=33.17%
G=34.44%
B=32.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092172040.0400.060.1596.9214.6182.55
HexD1D9CC406F61f53
Octal3213313144061714117123
Binary11010001110110011100110010001101111110000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D9CC; }

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

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

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

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

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

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

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

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