#DEEAB3

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

Shades of Tusk #DEEAB3

Tints of Tusk #DEEAB3

Color information

#DEEAB3 (or 0xDEEAB3) is unknown color: approx Tusk. HEX triplet: DE, EA and B3. RGB value is (222,234,179). Sum of RGB (Red+Green+Blue) = 222+234+179=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAB3 is #21154C. Grayscale: #E0E0E0. Windows color (decimal): -2168141 or 11791070. OLE color: 11791070.

HSL color Cylindrical-coordinate representation of color #DEEAB3: hue angle of 73.09º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEEAB3 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB222234179-
CMYK0.0500.240.08
HSL73.09º56.7%80.98%-
HSV(B)73.09º23.5%91.76%-
XYZ67.6877.6354.06-
YUV224.14102.52126.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=34.96%
G=36.85%
B=28.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222341790.0500.240.0873.0956.780.98
HexDEEAB350188493951
Octal33635226350301011171121
Binary110111101110101010110011101011000100010010011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAB3; }

 p { color: rgb(222,234,179); }

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

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

 a { background-color: rgb(222,234,179); }

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

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

 span { border-color: rgb(222,234,179); }

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