#DEE3AE

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

Shades of Tusk #DEE3AE

Tints of Tusk #DEE3AE

Color information

#DEE3AE (or 0xDEE3AE) is unknown color: approx Tusk. HEX triplet: DE, E3 and AE. RGB value is (222,227,174). Sum of RGB (Red+Green+Blue) = 222+227+174=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE3AE is #211C51. Grayscale: #DBDBDB. Windows color (decimal): -2169938 or 11461598. OLE color: 11461598.

HSL color Cylindrical-coordinate representation of color #DEE3AE: hue angle of 65.66º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEE3AE is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB222227174-
CMYK0.0200.230.11
HSL65.66º48.62%78.63%-
HSV(B)65.66º23.35%89.02%-
XYZ65.2373.5250.8-
YUV219.46102.34129.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 227 (89.06% from 255) = 36.44%
BLUE value IS 174 (68.36% from 255) = 27.93%
R=35.63%
G=36.44%
B=27.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271740.0200.230.1165.6648.6278.63
HexDEE3AE2017B42314f
Octal33634325620271310261117
Binary11011110111000111010111010010111101110000101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3AE; }

 p { color: rgb(222,227,174); }

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

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

 a { background-color: rgb(222,227,174); }

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

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

 span { border-color: rgb(222,227,174); }

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