Html Css Color HEX #DEE6AD Tusk

📋 copy color: '#DEE6AD'

red 222 ◦ green 230 ◦ blue 173

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

Shades of Tusk #DEE6AD

Tints of Tusk #DEE6AD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.8%

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

R = 35.52%
G = 36.8%
B = 27.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#DEE6AD (or 0xDEE6AD) is known color: Tusk. HEX triplet: DE, E6 and AD. RGB value is (222,230,173). Sum of RGB (Red+Green+Blue) = 222+230+173=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE6AD is #211952. Grayscale: #DDDDDD. Windows color (decimal): -2169171 or 11396830. OLE color: 11396830.

HSL color Cylindrical-coordinate representation of color #DEE6AD: hue angle of 68.42º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEE6AD is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 230 173 -
CMYK 0.03 0 0.25 0.10
HSL 68.42º 0.53% 0.79% -
HSV(B) 68.42º 0.25% 0.9% -
XYZ 65.96 75.14 50.56 -
YUV 221.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 222 230 173 0.03 0 0.25 0.10 68.42 0.53 0.79
Hex DE E6 AD 3 0 19 A 44 35 4F
Octal 336 346 255 3 0 31 12 104 65 117
Binary 11011110 11100110 10101101 11 0 11001 1010 1000100 110101 1001111

Color Harmonies of #DEE6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE6AD

Black with #DEE6AD

Text Example


Text Example

White with #DEE6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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