#DCE7A8

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

Shades of Tusk #DCE7A8

Tints of Tusk #DCE7A8

Color information

#DCE7A8 (or 0xDCE7A8) is unknown color: approx Tusk. HEX triplet: DC, E7 and A8. RGB value is (220,231,168). Sum of RGB (Red+Green+Blue) = 220+231+168=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 168 (66.02% from 255 or 27.14% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE7A8 is #231857. Grayscale: #DCDCDC. Windows color (decimal): -2299992 or 11069404. OLE color: 11069404.

HSL color Cylindrical-coordinate representation of color #DCE7A8: hue angle of 70.48º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCE7A8 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB220231168-
CMYK0.0500.270.09
HSL70.48º56.76%78.24%-
HSV(B)70.48º27.27%90.59%-
XYZ65.1675.1948.13-
YUV220.5398.36127.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 231 (90.62% from 255) = 37.32%
BLUE value IS 168 (66.02% from 255) = 27.14%
R=35.54%
G=37.32%
B=27.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311680.0500.270.0970.4856.7678.24
HexDCE7A8501B946394e
Octal33434725050331110671116
Binary110111001110011110101000101011011100110001101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7A8; }

 p { color: rgb(220,231,168); }

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

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

 a { background-color: rgb(220,231,168); }

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

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

 span { border-color: rgb(220,231,168); }

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