#DEECA7

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

Shades of Tusk #DEECA7

Tints of Tusk #DEECA7

Color information

#DEECA7 (or 0xDEECA7) is unknown color: approx Tusk. HEX triplet: DE, EC and A7. RGB value is (222,236,167). Sum of RGB (Red+Green+Blue) = 222+236+167=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 167 (65.62% from 255 or 26.72% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECA7 is #211358. Grayscale: #E0E0E0. Windows color (decimal): -2167641 or 11005150. OLE color: 11005150.

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

Color convert

RGB222236167-
CMYK0.0600.290.07
HSL72.17º64.49%79.02%-
HSV(B)72.17º29.24%92.55%-
XYZ67.0978.3148.14-
YUV223.9595.86126.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 167 (65.62% from 255) = 26.72%
R=35.52%
G=37.76%
B=26.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222361670.0600.290.0772.1764.4979.02
HexDEECA7601D748404f
Octal33635424760357110100117
Binary110111101110110010100111110011101111100100010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECA7; }

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

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

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

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

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

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

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

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