#DFEEAD

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

Shades of Tusk #DFEEAD

Tints of Tusk #DFEEAD

Color information

#DFEEAD (or 0xDFEEAD) is unknown color: approx Tusk. HEX triplet: DF, EE and AD. RGB value is (223,238,173). Sum of RGB (Red+Green+Blue) = 223+238+173=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEEAD is #201152. Grayscale: #E2E2E2. Windows color (decimal): -2101587 or 11398879. OLE color: 11398879.

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

Color convert

RGB223238173-
CMYK0.0600.270.07
HSL73.85º65.66%80.59%-
HSV(B)73.85º27.31%93.33%-
XYZ68.5579.8551.34-
YUV226.198.03125.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 173 (67.97% from 255) = 27.29%
R=35.17%
G=37.54%
B=27.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232381730.0600.270.0773.8565.6680.59
HexDFEEAD601B74a4251
Octal33735625560337112102121
Binary110111111110111010101101110011011111100101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEAD; }

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

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

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

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

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

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

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

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