Html Css Color HEX #DEE4A6 Tusk

📋 copy color: '#DEE4A6'

red 222 ◦ green 228 ◦ blue 166

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

Shades of Tusk #DEE4A6

Tints of Tusk #DEE4A6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.01%

 BLUE value IS 166 (65.23% from 255) = 26.95%

R = 36.04%
G = 37.01%
B = 26.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#DEE4A6 (or 0xDEE4A6) is known color: Tusk. HEX triplet: DE, E4 and A6. RGB value is (222,228,166). Sum of RGB (Red+Green+Blue) = 222+228+166=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 166 (65.23% from 255 or 26.95% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE4A6 is #211B59. Grayscale: #DBDBDB. Windows color (decimal): -2169690 or 10937566. OLE color: 10937566.

HSL color Cylindrical-coordinate representation of color #DEE4A6: hue angle of 65.81º degrees, saturation: 0.53, 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 #DEE4A6 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 228 166 -
CMYK 0.03 0 0.27 0.11
HSL 65.81º 0.53% 0.77% -
HSV(B) 65.81º 0.27% 0.89% -
XYZ 64.75 73.77 46.9 -
YUV 219.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 222 228 166 0.03 0 0.27 0.11 65.81 0.53 0.77
Hex DE E4 A6 3 0 1B B 42 35 4D
Octal 336 344 246 3 0 33 13 102 65 115
Binary 11011110 11100100 10100110 11 0 11011 1011 1000010 110101 1001101

Color Harmonies of #DEE4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE4A6

Black with #DEE4A6

Text Example


Text Example

White with #DEE4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE4A6; }

 p { color: rgb(222,228,166); }

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

background-color css

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

 a { background-color: rgb(222,228,166); }

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

border-color css

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

 span { border-color: rgb(222,228,166); }

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