#DEEDB4

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

Shades of Tusk #DEEDB4

Tints of Tusk #DEEDB4

Color information

#DEEDB4 (or 0xDEEDB4) is unknown color: approx Tusk. HEX triplet: DE, ED and B4. RGB value is (222,237,180). Sum of RGB (Red+Green+Blue) = 222+237+180=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDB4 is #21124B. Grayscale: #E2E2E2. Windows color (decimal): -2167372 or 11857374. OLE color: 11857374.

HSL color Cylindrical-coordinate representation of color #DEEDB4: hue angle of 75.79º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEEDB4 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB222237180-
CMYK0.0600.240.07
HSL75.79º61.29%81.76%-
HSV(B)75.79º24.05%92.94%-
XYZ68.6579.3954.89-
YUV226.02102.03125.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 180 (70.70% from 255) = 28.17%
R=34.74%
G=37.09%
B=28.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222371800.0600.240.0775.7961.2981.76
HexDEEDB4601874c3d52
Octal3363552646030711475122
Binary11011110111011011011010011001100011110011001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEDB4; }

 p { color: rgb(222,237,180); }

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

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

 a { background-color: rgb(222,237,180); }

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

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

 span { border-color: rgb(222,237,180); }

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