Html Css Color HEX #DEE9AF Tusk

📋 copy color: '#DEE9AF'

red 222 ◦ green 233 ◦ blue 175

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

Shades of Tusk #DEE9AF

Tints of Tusk #DEE9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.98%

 BLUE value IS 175 (68.75% from 255) = 27.78%

R = 35.24%
G = 36.98%
B = 27.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#DEE9AF (or 0xDEE9AF) is known color: Tusk. HEX triplet: DE, E9 and AF. RGB value is (222,233,175). Sum of RGB (Red+Green+Blue) = 222+233+175=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE9AF is #211650. Grayscale: #DFDFDF. Windows color (decimal): -2168401 or 11528670. OLE color: 11528670.

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

Color convert

RGB 222 233 175 -
CMYK 0.05 0 0.25 0.09
HSL 71.38º 0.57% 0.8% -
HSV(B) 71.38º 0.25% 0.91% -
XYZ 67 76.9 51.87 -
YUV 223.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 222 233 175 0.05 0 0.25 0.09 71.38 0.57 0.8
Hex DE E9 AF 5 0 19 9 47 39 50
Octal 336 351 257 5 0 31 11 107 71 120
Binary 11011110 11101001 10101111 101 0 11001 1001 1000111 111001 1010000

Color Harmonies of #DEE9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE9AF

Black with #DEE9AF

Text Example


Text Example

White with #DEE9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE9AF; }

 p { color: rgb(222,233,175); }

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

background-color css

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

 a { background-color: rgb(222,233,175); }

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

border-color css

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

 span { border-color: rgb(222,233,175); }

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