#DEE8AF

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

Shades of Tusk #DEE8AF

Tints of Tusk #DEE8AF

Color information

#DEE8AF (or 0xDEE8AF) is unknown color: approx Tusk. HEX triplet: DE, E8 and AF. RGB value is (222,232,175). Sum of RGB (Red+Green+Blue) = 222+232+175=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE8AF is #211750. Grayscale: #DEDEDE. Windows color (decimal): -2168657 or 11528414. OLE color: 11528414.

HSL color Cylindrical-coordinate representation of color #DEE8AF: hue angle of 70.53º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEE8AF is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB222232175-
CMYK0.0400.250.09
HSL70.53º55.34%79.8%-
HSV(B)70.53º24.57%90.98%-
XYZ66.7276.3451.78-
YUV222.51101.19127.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=35.29%
G=36.88%
B=27.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222321750.0400.250.0970.5355.3479.8
HexDEE8AF40199473750
Octal33635025740311110767120
Binary110111101110100010101111100011001100110001111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8AF; }

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

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

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

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

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

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

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

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