#DEEEAB

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

Shades of Tusk #DEEEAB

Tints of Tusk #DEEEAB

Color information

#DEEEAB (or 0xDEEEAB) is unknown color: approx Tusk. HEX triplet: DE, EE and AB. RGB value is (222,238,171). Sum of RGB (Red+Green+Blue) = 222+238+171=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEEAB is #211154. Grayscale: #E1E1E1. Windows color (decimal): -2167125 or 11267806. OLE color: 11267806.

HSL color Cylindrical-coordinate representation of color #DEEEAB: hue angle of 74.33º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEEEAB is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB222238171-
CMYK0.0700.280.07
HSL74.33º66.34%80.2%-
HSV(B)74.33º28.15%93.33%-
XYZ68.0579.6250.31-
YUV225.5897.2125.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 171 (67.19% from 255) = 27.10%
R=35.18%
G=37.72%
B=27.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222381710.0700.280.0774.3366.3480.2
HexDEEEAB701C74a4250
Octal33635625370347112102120
Binary110111101110111010101011111011100111100101010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEAB; }

 p { color: rgb(222,238,171); }

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

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

 a { background-color: rgb(222,238,171); }

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

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

 span { border-color: rgb(222,238,171); }

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