#D3DBC7

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

Shades of Ottoman #D3DBC7

Tints of Ottoman #D3DBC7

Color information

#D3DBC7 (or 0xD3DBC7) is unknown color: approx Ottoman. HEX triplet: D3, DB and C7. RGB value is (211,219,199). Sum of RGB (Red+Green+Blue) = 211+219+199=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBC7 is #2C2438. Grayscale: #D6D6D6. Windows color (decimal): -2892857 or 13097939. OLE color: 13097939.

HSL color Cylindrical-coordinate representation of color #D3DBC7: hue angle of 84º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3DBC7 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB211219199-
CMYK0.0400.090.14
HSL84º21.74%81.96%-
HSV(B)84º9.13%85.88%-
XYZ62.568.6463.99-
YUV214.33119.35125.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.55%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 199 (78.12% from 255) = 31.64%
R=33.55%
G=34.82%
B=31.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112191990.0400.090.148421.7481.96
HexD3DBC7409E541652
Octal32333330740111612426122
Binary1101001111011011110001111000100111101010100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBC7; }

 p { color: rgb(211,219,199); }

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

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

 a { background-color: rgb(211,219,199); }

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

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

 span { border-color: rgb(211,219,199); }

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