#DFEFAD

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

Shades of Tusk #DFEFAD

Tints of Tusk #DFEFAD

Color information

#DFEFAD (or 0xDFEFAD) is unknown color: approx Tusk. HEX triplet: DF, EF and AD. RGB value is (223,239,173). Sum of RGB (Red+Green+Blue) = 223+239+173=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEFAD is #201052. Grayscale: #E2E2E2. Windows color (decimal): -2101331 or 11399135. OLE color: 11399135.

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

Color convert

RGB223239173-
CMYK0.0700.280.06
HSL74.55º67.35%80.78%-
HSV(B)74.55º27.62%93.73%-
XYZ68.8480.4451.43-
YUV226.6997.7125.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 173 (67.97% from 255) = 27.24%
R=35.12%
G=37.64%
B=27.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232391730.0700.280.0674.5567.3580.78
HexDFEFAD701C64b4351
Octal33735725570346113103121
Binary110111111110111110101101111011100110100101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFAD; }

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

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

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

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

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

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

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

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