#DEE7AF

Color #DEE7AF Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #DEE7AF

Tints of Tusk #DEE7AF

Color information

#DEE7AF (or 0xDEE7AF) is unknown color: approx Tusk. HEX triplet: DE, E7 and AF. RGB value is (222,231,175). Sum of RGB (Red+Green+Blue) = 222+231+175=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE7AF is #211850. Grayscale: #DEDEDE. Windows color (decimal): -2168913 or 11528158. OLE color: 11528158.

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

Color convert

RGB222231175-
CMYK0.0400.240.09
HSL69.64º53.85%79.61%-
HSV(B)69.64º24.24%90.59%-
XYZ66.4475.7851.68-
YUV221.92101.52128.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 231 (90.62% from 255) = 36.78%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=35.35%
G=36.78%
B=27.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222311750.0400.240.0969.6453.8579.61
HexDEE7AF40189463650
Octal33634725740301110666120
Binary110111101110011110101111100011000100110001101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7AF; }

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

 H1.HeaderClassName
 {
   color: #DEE7AF;
 }
 .AnyTagClassName
 {
   color: #DEE7AF;
 }
</style>
background-color css

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

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

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

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

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

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