#DDEDB0

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

Shades of Tusk #DDEDB0

Tints of Tusk #DDEDB0

Color information

#DDEDB0 (or 0xDDEDB0) is unknown color: approx Tusk. HEX triplet: DD, ED and B0. RGB value is (221,237,176). Sum of RGB (Red+Green+Blue) = 221+237+176=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDB0 is #22124F. Grayscale: #E1E1E1. Windows color (decimal): -2232912 or 11595229. OLE color: 11595229.

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

Color convert

RGB221237176-
CMYK0.0700.260.07
HSL75.74º62.89%80.98%-
HSV(B)75.74º25.74%92.94%-
XYZ67.9479.0852.76-
YUV225.26100.2124.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 176 (69.14% from 255) = 27.76%
R=34.86%
G=37.38%
B=27.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371760.0700.260.0775.7462.8980.98
HexDDEDB0701A74c3f51
Octal3353552607032711477121
Binary11011101111011011011000011101101011110011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDB0; }

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

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

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

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

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

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

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

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