#DFEDAF

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

Shades of Tusk #DFEDAF

Tints of Tusk #DFEDAF

Color information

#DFEDAF (or 0xDFEDAF) is unknown color: approx Tusk. HEX triplet: DF, ED and AF. RGB value is (223,237,175). Sum of RGB (Red+Green+Blue) = 223+237+175=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEDAF is #201250. Grayscale: #E1E1E1. Windows color (decimal): -2101841 or 11529695. OLE color: 11529695.

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

Color convert

RGB223237175-
CMYK0.0600.260.07
HSL73.55º63.27%80.78%-
HSV(B)73.55º26.16%92.94%-
XYZ68.4579.3552.27-
YUV225.7599.36126.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 175 (68.75% from 255) = 27.56%
R=35.12%
G=37.32%
B=27.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232371750.0600.260.0773.5563.2780.78
HexDFEDAF601A74a3f51
Octal3373552576032711277121
Binary11011111111011011010111111001101011110010101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDAF; }

 p { color: rgb(223,237,175); }

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

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

 a { background-color: rgb(223,237,175); }

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

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

 span { border-color: rgb(223,237,175); }

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