Html Css Color HEX #DEE0AD Tusk

📋 copy color: '#DEE0AD'

red 222 ◦ green 224 ◦ blue 173

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

Shades of Tusk #DEE0AD

Tints of Tusk #DEE0AD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.19%

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

R = 35.86%
G = 36.19%
B = 27.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#DEE0AD (or 0xDEE0AD) is known color: Tusk. HEX triplet: DE, E0 and AD. RGB value is (222,224,173). Sum of RGB (Red+Green+Blue) = 222+224+173=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE0AD is #211F52. Grayscale: #D9D9D9. Windows color (decimal): -2170707 or 11395294. OLE color: 11395294.

HSL color Cylindrical-coordinate representation of color #DEE0AD: hue angle of 62.35º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEE0AD is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 173 -
CMYK 0.01 0 0.23 0.12
HSL 62.35º 0.45% 0.78% -
HSV(B) 62.35º 0.23% 0.88% -
XYZ 64.32 71.86 50.01 -
YUV 217.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 222 224 173 0.01 0 0.23 0.12 62.35 0.45 0.78
Hex DE E0 AD 1 0 17 C 3E 2D 4E
Octal 336 340 255 1 0 27 14 76 55 116
Binary 11011110 11100000 10101101 1 0 10111 1100 111110 101101 1001110

Color Harmonies of #DEE0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0AD

Black with #DEE0AD

Text Example


Text Example

White with #DEE0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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