#DEE19F

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

Shades of Tusk #DEE19F

Tints of Tusk #DEE19F

Color information

#DEE19F (or 0xDEE19F) is unknown color: approx Tusk. HEX triplet: DE, E1 and 9F. RGB value is (222,225,159). Sum of RGB (Red+Green+Blue) = 222+225+159=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE19F is #211E60. Grayscale: #D8D8D8. Windows color (decimal): -2170465 or 10478046. OLE color: 10478046.

HSL color Cylindrical-coordinate representation of color #DEE19F: hue angle of 62.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEE19F is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB222225159-
CMYK0.0100.290.12
HSL62.73º52.38%75.29%-
HSV(B)62.73º29.33%88.24%-
XYZ63.3171.8843.34-
YUV216.5895.51131.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.63%
GREEN value IS 225 (88.28% from 255) = 37.13%
BLUE value IS 159 (62.5% from 255) = 26.24%
R=36.63%
G=37.13%
B=26.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251590.0100.290.1262.7352.3875.29
HexDEE19F101DC3f344b
Octal3363412371035147764113
Binary110111101110000110011111101110111001111111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE19F; }

 p { color: rgb(222,225,159); }

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

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

 a { background-color: rgb(222,225,159); }

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

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

 span { border-color: rgb(222,225,159); }

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