#DFEFAE

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

Shades of Tusk #DFEFAE

Tints of Tusk #DFEFAE

Color information

#DFEFAE (or 0xDFEFAE) is unknown color: approx Tusk. HEX triplet: DF, EF and AE. RGB value is (223,239,174). Sum of RGB (Red+Green+Blue) = 223+239+174=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEFAE is #201051. Grayscale: #E3E3E3. Windows color (decimal): -2101330 or 11464671. OLE color: 11464671.

HSL color Cylindrical-coordinate representation of color #DFEFAE: hue angle of 74.77º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFEFAE is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB223239174-
CMYK0.0700.270.06
HSL74.77º67.01%80.98%-
HSV(B)74.77º27.2%93.73%-
XYZ68.9480.4851.94-
YUV226.8198.2125.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 174 (68.36% from 255) = 27.36%
R=35.06%
G=37.58%
B=27.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232391740.0700.270.0674.7767.0180.98
HexDFEFAE701B64b4351
Octal33735725670336113103121
Binary110111111110111110101110111011011110100101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFAE; }

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

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

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

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

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

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

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

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