Html Css Color HEX #DEE2A5 Tusk

📋 copy color: '#DEE2A5'

red 222 ◦ green 226 ◦ blue 165

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

Shades of Tusk #DEE2A5

Tints of Tusk #DEE2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.92%

R = 36.22%
G = 36.87%
B = 26.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#DEE2A5 (or 0xDEE2A5) is known color: Tusk. HEX triplet: DE, E2 and A5. RGB value is (222,226,165). Sum of RGB (Red+Green+Blue) = 222+226+165=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE2A5 is #211D5A. Grayscale: #DADADA. Windows color (decimal): -2170203 or 10871518. OLE color: 10871518.

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

Color convert

RGB 222 226 165 -
CMYK 0.02 0 0.27 0.11
HSL 63.93º 0.51% 0.77% -
HSV(B) 63.93º 0.27% 0.89% -
XYZ 64.11 72.64 46.24 -
YUV 217.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 222 226 165 0.02 0 0.27 0.11 63.93 0.51 0.77
Hex DE E2 A5 2 0 1B B 40 33 4D
Octal 336 342 245 2 0 33 13 100 63 115
Binary 11011110 11100010 10100101 10 0 11011 1011 1000000 110011 1001101

Color Harmonies of #DEE2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2A5

Black with #DEE2A5

Text Example


Text Example

White with #DEE2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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