Html Css Color HEX #DEE5AF Tusk

📋 copy color: '#DEE5AF'

red 222 ◦ green 229 ◦ blue 175

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

Shades of Tusk #DEE5AF

Tints of Tusk #DEE5AF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.58%

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

R = 35.46%
G = 36.58%
B = 27.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#DEE5AF (or 0xDEE5AF) is known color: Tusk. HEX triplet: DE, E5 and AF. RGB value is (222,229,175). Sum of RGB (Red+Green+Blue) = 222+229+175=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE5AF is #211A50. Grayscale: #DCDCDC. Windows color (decimal): -2169425 or 11527646. OLE color: 11527646.

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

Color convert

RGB 222 229 175 -
CMYK 0.03 0 0.24 0.10
HSL 67.78º 0.51% 0.79% -
HSV(B) 67.78º 0.24% 0.9% -
XYZ 65.88 74.66 51.5 -
YUV 220.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 222 229 175 0.03 0 0.24 0.10 67.78 0.51 0.79
Hex DE E5 AF 3 0 18 A 44 33 4F
Octal 336 345 257 3 0 30 12 104 63 117
Binary 11011110 11100101 10101111 11 0 11000 1010 1000100 110011 1001111

Color Harmonies of #DEE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE5AF

Black with #DEE5AF

Text Example


Text Example

White with #DEE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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