#DEECA5

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

Shades of Tusk #DEECA5

Tints of Tusk #DEECA5

Color information

#DEECA5 (or 0xDEECA5) is unknown color: approx Tusk. HEX triplet: DE, EC and A5. RGB value is (222,236,165). Sum of RGB (Red+Green+Blue) = 222+236+165=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECA5 is #21135A. Grayscale: #DFDFDF. Windows color (decimal): -2167643 or 10874078. OLE color: 10874078.

HSL color Cylindrical-coordinate representation of color #DEECA5: hue angle of 71.83º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEECA5 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB222236165-
CMYK0.0600.300.07
HSL71.83º65.14%78.63%-
HSV(B)71.83º30.08%92.55%-
XYZ66.9178.2447.17-
YUV223.7294.86126.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 165 (64.84% from 255) = 26.48%
R=35.63%
G=37.88%
B=26.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222361650.0600.300.0771.8365.1478.63
HexDEECA5601E748414f
Octal33635424560367110101117
Binary110111101110110010100101110011110111100100010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECA5; }

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

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

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

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

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

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

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

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