#dee6b2

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

Shades of Tusk #DEE6B2

Tints of Tusk #DEE6B2

Color information

#DEE6B2 (or 0xDEE6B2) is unknown color: approx Tusk. HEX triplet: DE, E6 and B2. RGB value is (222,230,178). Sum of RGB (Red+Green+Blue) = 222+230+178=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE6B2 is #21194D. Grayscale: #DDDDDD. Windows color (decimal): -2169166 or 11724510. OLE color: 11724510.

HSL color Cylindrical-coordinate representation of color #DEE6B2: hue angle of 69.23º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEE6B2 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB222230178-
CMYK0.0300.230.10
HSL69.23º50.98%80%-
HSV(B)69.23º22.61%90.2%-
XYZ66.4675.3453.16-
YUV221.68103.35128.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 230 (90.23% from 255) = 36.51%
BLUE value IS 178 (69.92% from 255) = 28.25%
R=35.24%
G=36.51%
B=28.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301780.0300.230.1069.2350.9880
HexDEE6B23017A453350
Octal33634626230271210563120
Binary11011110111001101011001011010111101010001011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dee6b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dee6b2; }

 p { color: rgb(222,230,178); }

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

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

 a { background-color: rgb(222,230,178); }

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

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

 span { border-color: rgb(222,230,178); }

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