#DEE3B8

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

Shades of Tusk #DEE3B8

Tints of Tusk #DEE3B8

Color information

#DEE3B8 (or 0xDEE3B8) is unknown color: approx Tusk. HEX triplet: DE, E3 and B8. RGB value is (222,227,184). Sum of RGB (Red+Green+Blue) = 222+227+184=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 184 (72.27% from 255 or 29.07% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3B8 is #211C47. Grayscale: #DCDCDC. Windows color (decimal): -2169928 or 12116958. OLE color: 12116958.

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

Color convert

RGB222227184-
CMYK0.0200.190.11
HSL66.98º43.43%80.59%-
HSV(B)66.98º18.94%89.02%-
XYZ66.2573.9356.13-
YUV220.6107.34129-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 227 (89.06% from 255) = 35.86%
BLUE value IS 184 (72.27% from 255) = 29.07%
R=35.07%
G=35.86%
B=29.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271840.0200.190.1166.9843.4380.59
HexDEE3B82013B432b51
Octal33634327020231310353121
Binary11011110111000111011100010010011101110000111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3B8; }

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

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

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

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

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

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

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

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