#DFEEAA

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

Shades of Tusk #DFEEAA

Tints of Tusk #DFEEAA

Color information

#DFEEAA (or 0xDFEEAA) is unknown color: approx Tusk. HEX triplet: DF, EE and AA. RGB value is (223,238,170). Sum of RGB (Red+Green+Blue) = 223+238+170=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEEAA is #201155. Grayscale: #E2E2E2. Windows color (decimal): -2101590 or 11202271. OLE color: 11202271.

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

Color convert

RGB223238170-
CMYK0.0600.290.07
HSL73.24º66.67%80%-
HSV(B)73.24º28.57%93.33%-
XYZ68.2679.7449.82-
YUV225.7696.53126.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=35.34%
G=37.72%
B=26.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232381700.0600.290.0773.2466.6780
HexDFEEAA601D7494350
Octal33735625260357111103120
Binary110111111110111010101010110011101111100100110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEAA; }

 p { color: rgb(223,238,170); }

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

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

 a { background-color: rgb(223,238,170); }

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

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

 span { border-color: rgb(223,238,170); }

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