#DEECAC

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

Shades of Tusk #DEECAC

Tints of Tusk #DEECAC

Color information

#DEECAC (or 0xDEECAC) is unknown color: approx Tusk. HEX triplet: DE, EC and AC. RGB value is (222,236,172). Sum of RGB (Red+Green+Blue) = 222+236+172=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECAC is #211353. Grayscale: #E0E0E0. Windows color (decimal): -2167636 or 11332830. OLE color: 11332830.

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

Color convert

RGB222236172-
CMYK0.0600.270.07
HSL73.12º62.75%80%-
HSV(B)73.12º27.12%92.55%-
XYZ67.5778.550.62-
YUV224.5298.36126.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 236 (92.58% from 255) = 37.46%
BLUE value IS 172 (67.58% from 255) = 27.30%
R=35.24%
G=37.46%
B=27.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222361720.0600.270.0773.1262.7580
HexDEECAC601B7493f50
Octal3363542546033711177120
Binary11011110111011001010110011001101111110010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECAC; }

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

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

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

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

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

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

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

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