#DFE8AD

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

Shades of Tusk #DFE8AD

Tints of Tusk #DFE8AD

Color information

#DFE8AD (or 0xDFE8AD) is unknown color: approx Tusk. HEX triplet: DF, E8 and AD. RGB value is (223,232,173). Sum of RGB (Red+Green+Blue) = 223+232+173=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE8AD is #201752. Grayscale: #DEDEDE. Windows color (decimal): -2103123 or 11397343. OLE color: 11397343.

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

Color convert

RGB223232173-
CMYK0.0400.250.09
HSL69.15º56.19%79.41%-
HSV(B)69.15º25.43%90.98%-
XYZ66.8376.4250.76-
YUV222.58100.02128.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=35.51%
G=36.94%
B=27.55%

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
Decimal2232321730.0400.250.0969.1556.1979.41
HexDFE8AD4019945384f
Octal33735025540311110570117
Binary110111111110100010101101100011001100110001011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE8AD; }

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

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

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

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

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

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

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

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