#DDE9B7

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

Shades of Tusk #DDE9B7

Tints of Tusk #DDE9B7

Color information

#DDE9B7 (or 0xDDE9B7) is unknown color: approx Tusk. HEX triplet: DD, E9 and B7. RGB value is (221,233,183). Sum of RGB (Red+Green+Blue) = 221+233+183=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 183 (71.88% from 255 or 28.73% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9B7 is #221648. Grayscale: #DFDFDF. Windows color (decimal): -2233929 or 12052957. OLE color: 12052957.

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

Color convert

RGB221233183-
CMYK0.0500.210.09
HSL74.4º53.19%81.57%-
HSV(B)74.4º21.46%91.37%-
XYZ67.577.0756.12-
YUV223.71105.02126.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 233 (91.41% from 255) = 36.58%
BLUE value IS 183 (71.88% from 255) = 28.73%
R=34.69%
G=36.58%
B=28.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331830.0500.210.0974.453.1981.57
HexDDE9B7501594a3552
Octal33535126750251111265122
Binary110111011110100110110111101010101100110010101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9B7; }

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

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

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

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

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

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

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

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