#DCE2AB

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

Shades of Tusk #DCE2AB

Tints of Tusk #DCE2AB

Color information

#DCE2AB (or 0xDCE2AB) is unknown color: approx Tusk. HEX triplet: DC, E2 and AB. RGB value is (220,226,171). Sum of RGB (Red+Green+Blue) = 220+226+171=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE2AB is #231D54. Grayscale: #DADADA. Windows color (decimal): -2301269 or 11264732. OLE color: 11264732.

HSL color Cylindrical-coordinate representation of color #DCE2AB: hue angle of 66.55º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCE2AB is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB220226171-
CMYK0.0300.240.11
HSL66.55º48.67%77.84%-
HSV(B)66.55º24.34%88.63%-
XYZ64.0672.5549.15-
YUV217.94101.51129.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 171 (67.19% from 255) = 27.71%
R=35.66%
G=36.63%
B=27.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202261710.0300.240.1166.5548.6777.84
HexDCE2AB3018B43314e
Octal33434225330301310361116
Binary11011100111000101010101111011000101110000111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2AB; }

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

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

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

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

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

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

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

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