#DEDFAE

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

Shades of Tusk #DEDFAE

Tints of Tusk #DEDFAE

Color information

#DEDFAE (or 0xDEDFAE) is unknown color: approx Tusk. HEX triplet: DE, DF and AE. RGB value is (222,223,174). Sum of RGB (Red+Green+Blue) = 222+223+174=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDFAE is #212051. Grayscale: #D9D9D9. Windows color (decimal): -2170962 or 11460574. OLE color: 11460574.

HSL color Cylindrical-coordinate representation of color #DEDFAE: hue angle of 61.22º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEDFAE is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222223174-
CMYK0.0000.220.13
HSL61.22º43.36%77.84%-
HSV(B)61.22º21.97%87.45%-
XYZ64.1571.3650.44-
YUV217.12103.67131.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=35.86%
G=36.03%
B=28.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222231740.0000.220.1361.2243.3677.84
HexDEDFAE0016D3d2b4e
Octal3363372560026157553116
Binary110111101101111110101110001011011011111011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFAE; }

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

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

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

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

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

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

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

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