Html Css Color HEX #DEE8AD Tusk

📋 copy color: '#DEE8AD'

red 222 ◦ green 232 ◦ blue 173

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

Shades of Tusk #DEE8AD

Tints of Tusk #DEE8AD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37%

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

R = 35.41%
G = 37%
B = 27.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#DEE8AD (or 0xDEE8AD) is known color: Tusk. HEX triplet: DE, E8 and AD. RGB value is (222,232,173). Sum of RGB (Red+Green+Blue) = 222+232+173=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE8AD is #211752. Grayscale: #DEDEDE. Windows color (decimal): -2168659 or 11397342. OLE color: 11397342.

HSL color Cylindrical-coordinate representation of color #DEE8AD: hue angle of 70.17º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEE8AD is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 232 173 -
CMYK 0.04 0 0.25 0.09
HSL 70.17º 0.56% 0.79% -
HSV(B) 70.17º 0.25% 0.91% -
XYZ 66.52 76.26 50.75 -
YUV 222.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 222 232 173 0.04 0 0.25 0.09 70.17 0.56 0.79
Hex DE E8 AD 4 0 19 9 46 38 4F
Octal 336 350 255 4 0 31 11 106 70 117
Binary 11011110 11101000 10101101 100 0 11001 1001 1000110 111000 1001111

Color Harmonies of #DEE8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE8AD

Black with #DEE8AD

Text Example


Text Example

White with #DEE8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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