#DFE8AE

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

Shades of Tusk #DFE8AE

Tints of Tusk #DFE8AE

Color information

#DFE8AE (or 0xDFE8AE) is unknown color: approx Tusk. HEX triplet: DF, E8 and AE. RGB value is (223,232,174). Sum of RGB (Red+Green+Blue) = 223+232+174=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE8AE is #201751. Grayscale: #DEDEDE. Windows color (decimal): -2103122 or 11462879. OLE color: 11462879.

HSL color Cylindrical-coordinate representation of color #DFE8AE: hue angle of 69.31º degrees, saturation: 0.56, 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 #DFE8AE is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB223232174-
CMYK0.0400.250.09
HSL69.31º55.77%79.61%-
HSV(B)69.31º25%90.98%-
XYZ66.9376.4651.27-
YUV222.7100.52128.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=35.45%
G=36.88%
B=27.66%

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
Decimal2232321740.0400.250.0969.3155.7779.61
HexDFE8AE40199453850
Octal33735025640311110570120
Binary110111111110100010101110100011001100110001011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE8AE; }

 p { color: rgb(223,232,174); }

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

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

 a { background-color: rgb(223,232,174); }

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

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

 span { border-color: rgb(223,232,174); }

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