#D3DBC8

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

Shades of Ottoman #D3DBC8

Tints of Ottoman #D3DBC8

Color information

#D3DBC8 (or 0xD3DBC8) is unknown color: approx Ottoman. HEX triplet: D3, DB and C8. RGB value is (211,219,200). Sum of RGB (Red+Green+Blue) = 211+219+200=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBC8 is #2C2437. Grayscale: #D6D6D6. Windows color (decimal): -2892856 or 13163475. OLE color: 13163475.

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

Color convert

RGB211219200-
CMYK0.0400.090.14
HSL85.26º20.88%82.16%-
HSV(B)85.26º8.68%85.88%-
XYZ62.6268.6864.6-
YUV214.44119.85125.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.49%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 200 (78.52% from 255) = 31.75%
R=33.49%
G=34.76%
B=31.75%

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
Decimal2112192000.0400.090.1485.2620.8882.16
HexD3DBC8409E551552
Octal32333331040111612525122
Binary1101001111011011110010001000100111101010101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBC8; }

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

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

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

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

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

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

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

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