#DCE8AB

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

Shades of Tusk #DCE8AB

Tints of Tusk #DCE8AB

Color information

#DCE8AB (or 0xDCE8AB) is unknown color: approx Tusk. HEX triplet: DC, E8 and AB. RGB value is (220,232,171). Sum of RGB (Red+Green+Blue) = 220+232+171=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE8AB is #231754. Grayscale: #DDDDDD. Windows color (decimal): -2299733 or 11266268. OLE color: 11266268.

HSL color Cylindrical-coordinate representation of color #DCE8AB: hue angle of 71.8º degrees, saturation: 0.57, 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 #DCE8AB is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB220232171-
CMYK0.0500.260.09
HSL71.8º57.01%79.02%-
HSV(B)71.8º26.29%90.98%-
XYZ65.7275.8749.71-
YUV221.4699.52126.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 232 (91.02% from 255) = 37.24%
BLUE value IS 171 (67.19% from 255) = 27.45%
R=35.31%
G=37.24%
B=27.45%

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
Decimal2202321710.0500.260.0971.857.0179.02
HexDCE8AB501A948394f
Octal33435025350321111071117
Binary110111001110100010101011101011010100110010001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8AB; }

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

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

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

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

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

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

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

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