#D1D9CB

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

Shades of Ottoman #D1D9CB

Tints of Ottoman #D1D9CB

Color information

#D1D9CB (or 0xD1D9CB) is unknown color: approx Ottoman. HEX triplet: D1, D9 and CB. RGB value is (209,217,203). Sum of RGB (Red+Green+Blue) = 209+217+203=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9CB is #2E2634. Grayscale: #D5D5D5. Windows color (decimal): -3024437 or 13359569. OLE color: 13359569.

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

Color convert

RGB209217203-
CMYK0.0400.060.15
HSL94.29º15.56%82.35%-
HSV(B)94.29º6.45%85.1%-
XYZ61.8967.4966.27-
YUV213.01122.35125.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.23%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=33.23%
G=34.50%
B=32.27%

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
Decimal2092172030.0400.060.1594.2915.5682.35
HexD1D9CB406F5e1052
Octal3213313134061713620122
Binary110100011101100111001011100011011111011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D9CB; }

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

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

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

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

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

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

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

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