#DCE7AE

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

Shades of Tusk #DCE7AE

Tints of Tusk #DCE7AE

Color information

#DCE7AE (or 0xDCE7AE) is unknown color: approx Tusk. HEX triplet: DC, E7 and AE. RGB value is (220,231,174). Sum of RGB (Red+Green+Blue) = 220+231+174=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE7AE is #231851. Grayscale: #DDDDDD. Windows color (decimal): -2299986 or 11462620. OLE color: 11462620.

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

Color convert

RGB220231174-
CMYK0.0500.250.09
HSL71.58º54.29%79.41%-
HSV(B)71.58º24.68%90.59%-
XYZ65.7375.4251.14-
YUV221.21101.36127.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 231 (90.62% from 255) = 36.96%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=35.2%
G=36.96%
B=27.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311740.0500.250.0971.5854.2979.41
HexDCE7AE5019948364f
Octal33434725650311111066117
Binary110111001110011110101110101011001100110010001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7AE; }

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

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

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

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

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

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

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

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