#DDE9B5

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

Shades of Tusk #DDE9B5

Tints of Tusk #DDE9B5

Color information

#DDE9B5 (or 0xDDE9B5) is unknown color: approx Tusk. HEX triplet: DD, E9 and B5. RGB value is (221,233,181). Sum of RGB (Red+Green+Blue) = 221+233+181=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9B5 is #22164A. Grayscale: #DFDFDF. Windows color (decimal): -2233931 or 11921885. OLE color: 11921885.

HSL color Cylindrical-coordinate representation of color #DDE9B5: hue angle of 73.85º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDE9B5 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB221233181-
CMYK0.0500.220.09
HSL73.85º54.17%81.18%-
HSV(B)73.85º22.32%91.37%-
XYZ67.376.9955.03-
YUV223.48104.02126.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 233 (91.41% from 255) = 36.69%
BLUE value IS 181 (71.09% from 255) = 28.50%
R=34.80%
G=36.69%
B=28.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331810.0500.220.0973.8554.1781.18
HexDDE9B5501694a3651
Octal33535126550261111266121
Binary110111011110100110110101101010110100110010101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9B5; }

 p { color: rgb(221,233,181); }

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

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

 a { background-color: rgb(221,233,181); }

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

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

 span { border-color: rgb(221,233,181); }

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