#DDEDB2

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

Shades of Tusk #DDEDB2

Tints of Tusk #DDEDB2

Color information

#DDEDB2 (or 0xDDEDB2) is unknown color: approx Tusk. HEX triplet: DD, ED and B2. RGB value is (221,237,178). Sum of RGB (Red+Green+Blue) = 221+237+178=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDB2 is #22124D. Grayscale: #E1E1E1. Windows color (decimal): -2232910 or 11726301. OLE color: 11726301.

HSL color Cylindrical-coordinate representation of color #DDEDB2: hue angle of 76.27º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDEDB2 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB221237178-
CMYK0.0700.250.07
HSL76.27º62.11%81.37%-
HSV(B)76.27º24.89%92.94%-
XYZ68.1479.1553.81-
YUV225.49101.2124.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 178 (69.92% from 255) = 27.99%
R=34.75%
G=37.26%
B=27.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371780.0700.250.0776.2762.1181.37
HexDDEDB2701974c3e51
Octal3353552627031711476121
Binary11011101111011011011001011101100111110011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDB2; }

 p { color: rgb(221,237,178); }

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

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

 a { background-color: rgb(221,237,178); }

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

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

 span { border-color: rgb(221,237,178); }

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