#DEE1B3

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

Shades of Tusk #DEE1B3

Tints of Tusk #DEE1B3

Color information

#DEE1B3 (or 0xDEE1B3) is unknown color: approx Tusk. HEX triplet: DE, E1 and B3. RGB value is (222,225,179). Sum of RGB (Red+Green+Blue) = 222+225+179=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 179 (70.31% from 255 or 28.59% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1B3 is #211E4C. Grayscale: #DBDBDB. Windows color (decimal): -2170445 or 11788766. OLE color: 11788766.

HSL color Cylindrical-coordinate representation of color #DEE1B3: hue angle of 63.91º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEE1B3 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB222225179-
CMYK0.0100.200.12
HSL63.91º43.4%79.22%-
HSV(B)63.91º20.44%88.24%-
XYZ65.1972.6353.23-
YUV218.86105.51130.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 225 (88.28% from 255) = 35.94%
BLUE value IS 179 (70.31% from 255) = 28.59%
R=35.46%
G=35.94%
B=28.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251790.0100.200.1263.9143.479.22
HexDEE1B31014C402b4f
Octal33634126310241410053117
Binary1101111011100001101100111010100110010000001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1B3; }

 p { color: rgb(222,225,179); }

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

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

 a { background-color: rgb(222,225,179); }

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

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

 span { border-color: rgb(222,225,179); }

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