#D6DECB

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

Shades of Ottoman #D6DECB

Tints of Ottoman #D6DECB

Color information

#D6DECB (or 0xD6DECB) is unknown color: approx Ottoman. HEX triplet: D6, DE and CB. RGB value is (214,222,203). Sum of RGB (Red+Green+Blue) = 214+222+203=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DECB is #292134. Grayscale: #D9D9D9. Windows color (decimal): -2695477 or 13360854. OLE color: 13360854.

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

Color convert

RGB214222203-
CMYK0.0400.090.13
HSL85.26º22.35%83.33%-
HSV(B)85.26º8.56%87.06%-
XYZ64.6370.8566.77-
YUV217.44119.85125.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=33.49%
G=34.74%
B=31.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142222030.0400.090.1385.2622.3583.33
HexD6DECB409D551653
Octal32633631340111512526123
Binary1101011011011110110010111000100111011010101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DECB; }

 p { color: rgb(214,222,203); }

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

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

 a { background-color: rgb(214,222,203); }

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

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

 span { border-color: rgb(214,222,203); }

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