#DEECB5

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

Shades of Tusk #DEECB5

Tints of Tusk #DEECB5

Color information

#DEECB5 (or 0xDEECB5) is unknown color: approx Tusk. HEX triplet: DE, EC and B5. RGB value is (222,236,181). Sum of RGB (Red+Green+Blue) = 222+236+181=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECB5 is #21134A. Grayscale: #E1E1E1. Windows color (decimal): -2167627 or 11922654. OLE color: 11922654.

HSL color Cylindrical-coordinate representation of color #DEECB5: hue angle of 75.27º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEECB5 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB222236181-
CMYK0.0600.230.07
HSL75.27º59.14%81.76%-
HSV(B)75.27º23.31%92.55%-
XYZ68.4678.8655.33-
YUV225.54102.86125.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 181 (71.09% from 255) = 28.33%
R=34.74%
G=36.93%
B=28.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222361810.0600.230.0775.2759.1481.76
HexDEECB5601774b3b52
Octal3363542656027711373122
Binary11011110111011001011010111001011111110010111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECB5; }

 p { color: rgb(222,236,181); }

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

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

 a { background-color: rgb(222,236,181); }

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

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

 span { border-color: rgb(222,236,181); }

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