Html Css Color HEX #DEE2AD Tusk

📋 copy color: '#DEE2AD'

red 222 ◦ green 226 ◦ blue 173

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

Shades of Tusk #DEE2AD

Tints of Tusk #DEE2AD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.39%

 BLUE value IS 173 (67.97% from 255) = 27.86%

R = 35.75%
G = 36.39%
B = 27.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#DEE2AD (or 0xDEE2AD) is known color: Tusk. HEX triplet: DE, E2 and AD. RGB value is (222,226,173). Sum of RGB (Red+Green+Blue) = 222+226+173=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE2AD is #211D52. Grayscale: #DADADA. Windows color (decimal): -2170195 or 11395806. OLE color: 11395806.

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

Color convert

RGB 222 226 173 -
CMYK 0.02 0 0.23 0.11
HSL 64.53º 0.48% 0.78% -
HSV(B) 64.53º 0.23% 0.89% -
XYZ 64.86 72.94 50.2 -
YUV 218.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 222 226 173 0.02 0 0.23 0.11 64.53 0.48 0.78
Hex DE E2 AD 2 0 17 B 41 30 4E
Octal 336 342 255 2 0 27 13 101 60 116
Binary 11011110 11100010 10101101 10 0 10111 1011 1000001 110000 1001110

Color Harmonies of #DEE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2AD

Black with #DEE2AD

Text Example


Text Example

White with #DEE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2AD; }

 p { color: rgb(222,226,173); }

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

background-color css

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

 a { background-color: rgb(222,226,173); }

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

border-color css

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

 span { border-color: rgb(222,226,173); }

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