#D1D9CD

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

Shades of Ottoman #D1D9CD

Tints of Ottoman #D1D9CD

Color information

#D1D9CD (or 0xD1D9CD) is unknown color: approx Ottoman. HEX triplet: D1, D9 and CD. RGB value is (209,217,205). Sum of RGB (Red+Green+Blue) = 209+217+205=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9CD is #2E2632. Grayscale: #D5D5D5. Windows color (decimal): -3024435 or 13490641. OLE color: 13490641.

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

Color convert

RGB209217205-
CMYK0.0400.060.15
HSL100º13.64%82.75%-
HSV(B)100º5.53%85.1%-
XYZ62.1367.5967.53-
YUV213.24123.35124.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.12%
GREEN value IS 217 (85.16% from 255) = 34.39%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=33.12%
G=34.39%
B=32.49%

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
Decimal2092172050.0400.060.1510013.6482.75
HexD1D9CD406F64e53
Octal3213313154061714416123
Binary11010001110110011100110110001101111110010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D9CD; }

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

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

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

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

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

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

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

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