Html Css Color HEX #DEE9AD Tusk

📋 copy color: '#DEE9AD'

red 222 ◦ green 233 ◦ blue 173

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

Shades of Tusk #DEE9AD

Tints of Tusk #DEE9AD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.1%

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

R = 35.35%
G = 37.1%
B = 27.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#DEE9AD (or 0xDEE9AD) is known color: Tusk. HEX triplet: DE, E9 and AD. RGB value is (222,233,173). Sum of RGB (Red+Green+Blue) = 222+233+173=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE9AD is #211652. Grayscale: #DFDFDF. Windows color (decimal): -2168403 or 11397598. OLE color: 11397598.

HSL color Cylindrical-coordinate representation of color #DEE9AD: hue angle of 71º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEE9AD is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 173 -
CMYK 0.05 0 0.26 0.09
HSL 71º 0.58% 0.8% -
HSV(B) 71º 0.26% 0.91% -
XYZ 66.81 76.82 50.84 -
YUV 222.87 99.86 127.38 -
System Red Green Blue C M Y K H S L
Decimal 222 233 173 0.05 0 0.26 0.09 71 0.58 0.8
Hex DE E9 AD 5 0 1A 9 47 3A 50
Octal 336 351 255 5 0 32 11 107 72 120
Binary 11011110 11101001 10101101 101 0 11010 1001 1000111 111010 1010000

Color Harmonies of #DEE9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE9AD

Black with #DEE9AD

Text Example


Text Example

White with #DEE9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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