#DEECAE

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

Shades of Tusk #DEECAE

Tints of Tusk #DEECAE

Color information

#DEECAE (or 0xDEECAE) is unknown color: approx Tusk. HEX triplet: DE, EC and AE. RGB value is (222,236,174). Sum of RGB (Red+Green+Blue) = 222+236+174=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECAE is #211351. Grayscale: #E0E0E0. Windows color (decimal): -2167634 or 11463902. OLE color: 11463902.

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

Color convert

RGB222236174-
CMYK0.0600.260.07
HSL73.55º62%80.39%-
HSV(B)73.55º26.27%92.55%-
XYZ67.7678.5851.64-
YUV224.7599.36126.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 174 (68.36% from 255) = 27.53%
R=35.13%
G=37.34%
B=27.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222361740.0600.260.0773.556280.39
HexDEECAE601A74a3e50
Octal3363542566032711276120
Binary11011110111011001010111011001101011110010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECAE; }

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

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

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

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

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

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

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

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