#D3DBC9

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

Shades of Ottoman #D3DBC9

Tints of Ottoman #D3DBC9

Color information

#D3DBC9 (or 0xD3DBC9) is unknown color: approx Ottoman. HEX triplet: D3, DB and C9. RGB value is (211,219,201). Sum of RGB (Red+Green+Blue) = 211+219+201=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBC9 is #2C2436. Grayscale: #D6D6D6. Windows color (decimal): -2892855 or 13229011. OLE color: 13229011.

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

Color convert

RGB211219201-
CMYK0.0400.080.14
HSL86.67º20%82.35%-
HSV(B)86.67º8.22%85.88%-
XYZ62.7468.7365.22-
YUV214.56120.35125.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.44%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 201 (78.91% from 255) = 31.85%
R=33.44%
G=34.71%
B=31.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112192010.0400.080.1486.672082.35
HexD3DBC9408E571452
Octal32333331140101612724122
Binary1101001111011011110010011000100011101010111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBC9; }

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

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

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

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

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

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

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

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