#DCE7AB

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

Shades of Tusk #DCE7AB

Tints of Tusk #DCE7AB

Color information

#DCE7AB (or 0xDCE7AB) is unknown color: approx Tusk. HEX triplet: DC, E7 and AB. RGB value is (220,231,171). Sum of RGB (Red+Green+Blue) = 220+231+171=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE7AB is #231854. Grayscale: #DDDDDD. Windows color (decimal): -2299989 or 11266012. OLE color: 11266012.

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

Color convert

RGB220231171-
CMYK0.0500.260.09
HSL71º55.56%78.82%-
HSV(B)71º25.97%90.59%-
XYZ65.4475.3149.61-
YUV220.8799.86127.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 171 (67.19% from 255) = 27.49%
R=35.37%
G=37.14%
B=27.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311710.0500.260.097155.5678.82
HexDCE7AB501A947384f
Octal33434725350321110770117
Binary110111001110011110101011101011010100110001111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7AB; }

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

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

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

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

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

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

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

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