#DEE1AF

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

Shades of Tusk #DEE1AF

Tints of Tusk #DEE1AF

Color information

#DEE1AF (or 0xDEE1AF) is unknown color: approx Tusk. HEX triplet: DE, E1 and AF. RGB value is (222,225,175). Sum of RGB (Red+Green+Blue) = 222+225+175=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE1AF is #211E50. Grayscale: #DADADA. Windows color (decimal): -2170449 or 11526622. OLE color: 11526622.

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

Color convert

RGB222225175-
CMYK0.0100.220.12
HSL63.6º45.45%78.43%-
HSV(B)63.6º22.22%88.24%-
XYZ64.7972.4851.13-
YUV218.4103.51130.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 225 (88.28% from 255) = 36.17%
BLUE value IS 175 (68.75% from 255) = 28.14%
R=35.69%
G=36.17%
B=28.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251750.0100.220.1263.645.4578.43
HexDEE1AF1016C402d4e
Octal33634125710261410055116
Binary1101111011100001101011111010110110010000001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1AF; }

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

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

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

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

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

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

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

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