#D1D7CC

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

Shades of Ottoman #D1D7CC

Tints of Ottoman #D1D7CC

Color information

#D1D7CC (or 0xD1D7CC) is unknown color: approx Ottoman. HEX triplet: D1, D7 and CC. RGB value is (209,215,204). Sum of RGB (Red+Green+Blue) = 209+215+204=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7CC is #2E2833. Grayscale: #D3D3D3. Windows color (decimal): -3024948 or 13424593. OLE color: 13424593.

HSL color Cylindrical-coordinate representation of color #D1D7CC: hue angle of 92.73º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D7CC is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB209215204-
CMYK0.0300.050.16
HSL92.73º12.09%82.16%-
HSV(B)92.73º5.12%84.31%-
XYZ61.4966.5266.72-
YUV211.95123.51125.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.28%
GREEN value IS 215 (84.38% from 255) = 34.24%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=33.28%
G=34.24%
B=32.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092152040.0300.050.1692.7312.0982.16
HexD1D7CC305105dc52
Octal3213273143052013514122
Binary11010001110101111100110011010110000101110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D7CC; }

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

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

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

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

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

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

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

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