#DEE7B1

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

Shades of Tusk #DEE7B1

Tints of Tusk #DEE7B1

Color information

#DEE7B1 (or 0xDEE7B1) is unknown color: approx Tusk. HEX triplet: DE, E7 and B1. RGB value is (222,231,177). Sum of RGB (Red+Green+Blue) = 222+231+177=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE7B1 is #21184E. Grayscale: #DEDEDE. Windows color (decimal): -2168911 or 11659230. OLE color: 11659230.

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

Color convert

RGB222231177-
CMYK0.0400.230.09
HSL70º52.94%80%-
HSV(B)70º23.38%90.59%-
XYZ66.6475.8652.72-
YUV222.15102.52127.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 231 (90.62% from 255) = 36.67%
BLUE value IS 177 (69.53% from 255) = 28.10%
R=35.24%
G=36.67%
B=28.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222311770.0400.230.097052.9480
HexDEE7B140179463550
Octal33634726140271110665120
Binary110111101110011110110001100010111100110001101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7B1; }

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

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

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

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

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

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

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

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