#D3DBCE

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

Shades of Ottoman #D3DBCE

Tints of Ottoman #D3DBCE

Color information

#D3DBCE (or 0xD3DBCE) is unknown color: approx Ottoman. HEX triplet: D3, DB and CE. RGB value is (211,219,206). Sum of RGB (Red+Green+Blue) = 211+219+206=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBCE is #2C2431. Grayscale: #D7D7D7. Windows color (decimal): -2892850 or 13556691. OLE color: 13556691.

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

Color convert

RGB211219206-
CMYK0.0400.060.14
HSL96.92º15.29%83.33%-
HSV(B)96.92º5.94%85.88%-
XYZ63.3468.9768.37-
YUV215.13122.85125.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.18%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=33.18%
G=34.43%
B=32.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112192060.0400.060.1496.9215.2983.33
HexD3DBCE406E61f53
Octal3233333164061614117123
Binary11010011110110111100111010001101110110000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBCE; }

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

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

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

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

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

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

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

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