Html Css Color HEX #DEE7AA Tusk

📋 copy color: '#DEE7AA'

red 222 ◦ green 231 ◦ blue 170

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

Shades of Tusk #DEE7AA

Tints of Tusk #DEE7AA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.08%

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

R = 35.63%
G = 37.08%
B = 27.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#DEE7AA (or 0xDEE7AA) is known color: Tusk. HEX triplet: DE, E7 and AA. RGB value is (222,231,170). Sum of RGB (Red+Green+Blue) = 222+231+170=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE7AA is #211855. Grayscale: #DDDDDD. Windows color (decimal): -2168918 or 11200478. OLE color: 11200478.

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

Color convert

RGB 222 231 170 -
CMYK 0.04 0 0.26 0.09
HSL 68.85º 0.56% 0.79% -
HSV(B) 68.85º 0.26% 0.91% -
XYZ 65.96 75.58 49.14 -
YUV 221.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 222 231 170 0.04 0 0.26 0.09 68.85 0.56 0.79
Hex DE E7 AA 4 0 1A 9 45 38 4F
Octal 336 347 252 4 0 32 11 105 70 117
Binary 11011110 11100111 10101010 100 0 11010 1001 1000101 111000 1001111

Color Harmonies of #DEE7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE7AA

Black with #DEE7AA

Text Example


Text Example

White with #DEE7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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