Html Css Color HEX #DEE5AA Tusk

📋 copy color: '#DEE5AA'

red 222 ◦ green 229 ◦ blue 170

#DEE5AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tusk #DEE5AA

Tints of Tusk #DEE5AA

RGB

 RED value IS 222 (87.11% from 255) = 35.75%

 GREEN value IS 229 (89.84% from 255) = 36.88%

 BLUE value IS 170 (66.8% from 255) = 27.38%

R = 35.75%
G = 36.88%
B = 27.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#DEE5AA (or 0xDEE5AA) is known color: Tusk. HEX triplet: DE, E5 and AA. RGB value is (222,229,170). Sum of RGB (Red+Green+Blue) = 222+229+170=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE5AA is #211A55. Grayscale: #DCDCDC. Windows color (decimal): -2169430 or 11199966. OLE color: 11199966.

HSL color Cylindrical-coordinate representation of color #DEE5AA: hue angle of 67.12º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEE5AA is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 229 170 -
CMYK 0.03 0 0.26 0.10
HSL 67.12º 0.53% 0.78% -
HSV(B) 67.12º 0.26% 0.9% -
XYZ 65.4 74.47 48.96 -
YUV 220.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 222 229 170 0.03 0 0.26 0.10 67.12 0.53 0.78
Hex DE E5 AA 3 0 1A A 43 35 4E
Octal 336 345 252 3 0 32 12 103 65 116
Binary 11011110 11100101 10101010 11 0 11010 1010 1000011 110101 1001110

Color Harmonies of #DEE5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE5AA

Black with #DEE5AA

Text Example


Text Example

White with #DEE5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE5AA; }

 p { color: rgb(222,229,170); }

 H1.HeaderClassName
 {
   color: #DEE5AA;
 }
 .AnyTagClassName
 {
   color: #DEE5AA;
 }
</style>

background-color css

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

 a { background-color: rgb(222,229,170); }

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

border-color css

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

 span { border-color: rgb(222,229,170); }

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