#D1D7CD

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

Shades of Ottoman #D1D7CD

Tints of Ottoman #D1D7CD

Color information

#D1D7CD (or 0xD1D7CD) is unknown color: approx Ottoman. HEX triplet: D1, D7 and CD. RGB value is (209,215,205). Sum of RGB (Red+Green+Blue) = 209+215+205=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7CD is #2E2832. Grayscale: #D4D4D4. Windows color (decimal): -3024947 or 13490129. OLE color: 13490129.

HSL color Cylindrical-coordinate representation of color #D1D7CD: hue angle of 96º degrees, saturation: 0.11, 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 #D1D7CD is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB209215205-
CMYK0.0300.050.16
HSL96º11.11%82.35%-
HSV(B)96º4.65%84.31%-
XYZ61.6166.5667.36-
YUV212.07124.01125.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.23%
GREEN value IS 215 (84.38% from 255) = 34.18%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=33.23%
G=34.18%
B=32.59%

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
Decimal2092152050.0300.050.169611.1182.35
HexD1D7CD3051060b52
Octal3213273153052014013122
Binary11010001110101111100110111010110000110000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D7CD; }

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

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

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

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

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

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

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

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