#D3D9CB

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

Shades of Ottoman #D3D9CB

Tints of Ottoman #D3D9CB

Color information

#D3D9CB (or 0xD3D9CB) is unknown color: approx Ottoman. HEX triplet: D3, D9 and CB. RGB value is (211,217,203). Sum of RGB (Red+Green+Blue) = 211+217+203=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D9CB is #2C2634. Grayscale: #D5D5D5. Windows color (decimal): -2893365 or 13359571. OLE color: 13359571.

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

Color convert

RGB211217203-
CMYK0.0300.060.15
HSL85.71º15.56%82.35%-
HSV(B)85.71º6.45%85.1%-
XYZ62.4667.7966.29-
YUV213.61122.01126.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.44%
GREEN value IS 217 (85.16% from 255) = 34.39%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=33.44%
G=34.39%
B=32.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112172030.0300.060.1585.7115.5682.35
HexD3D9CB306F561052
Octal3233313133061712620122
Binary11010011110110011100101111011011111010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D9CB; }

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

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

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

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

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

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

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

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