#DFE4AB

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

Shades of Tusk #DFE4AB

Tints of Tusk #DFE4AB

Color information

#DFE4AB (or 0xDFE4AB) is unknown color: approx Tusk. HEX triplet: DF, E4 and AB. RGB value is (223,228,171). Sum of RGB (Red+Green+Blue) = 223+228+171=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE4AB is #201B54. Grayscale: #DCDCDC. Windows color (decimal): -2104149 or 11265247. OLE color: 11265247.

HSL color Cylindrical-coordinate representation of color #DFE4AB: hue angle of 65.26º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFE4AB is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB223228171-
CMYK0.0200.250.11
HSL65.26º51.35%78.24%-
HSV(B)65.26º25%89.41%-
XYZ65.5374.1249.38-
YUV220.01100.34130.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 228 (89.45% from 255) = 36.66%
BLUE value IS 171 (67.19% from 255) = 27.49%
R=35.85%
G=36.66%
B=27.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232281710.0200.250.1165.2651.3578.24
HexDFE4AB2019B41334e
Octal33734425320311310163116
Binary11011111111001001010101110011001101110000011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4AB; }

 p { color: rgb(223,228,171); }

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

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

 a { background-color: rgb(223,228,171); }

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

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

 span { border-color: rgb(223,228,171); }

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