#DFE6A8

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

Shades of Tusk #DFE6A8

Tints of Tusk #DFE6A8

Color information

#DFE6A8 (or 0xDFE6A8) is unknown color: approx Tusk. HEX triplet: DF, E6 and A8. RGB value is (223,230,168). Sum of RGB (Red+Green+Blue) = 223+230+168=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE6A8 is #201957. Grayscale: #DDDDDD. Windows color (decimal): -2103640 or 11069151. OLE color: 11069151.

HSL color Cylindrical-coordinate representation of color #DFE6A8: hue angle of 66.77º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFE6A8 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB223230168-
CMYK0.0300.270.10
HSL66.77º55.36%78.04%-
HSV(B)66.77º26.96%90.2%-
XYZ65.875.1148.08-
YUV220.8498.18129.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 230 (90.23% from 255) = 37.04%
BLUE value IS 168 (66.02% from 255) = 27.05%
R=35.91%
G=37.04%
B=27.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232301680.0300.270.1066.7755.3678.04
HexDFE6A8301BA43374e
Octal33734625030331210367116
Binary11011111111001101010100011011011101010000111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6A8; }

 p { color: rgb(223,230,168); }

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

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

 a { background-color: rgb(223,230,168); }

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

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

 span { border-color: rgb(223,230,168); }

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