#DDE7AE

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

Shades of Tusk #DDE7AE

Tints of Tusk #DDE7AE

Color information

#DDE7AE (or 0xDDE7AE) is unknown color: approx Tusk. HEX triplet: DD, E7 and AE. RGB value is (221,231,174). Sum of RGB (Red+Green+Blue) = 221+231+174=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE7AE is #221851. Grayscale: #DDDDDD. Windows color (decimal): -2234450 or 11462621. OLE color: 11462621.

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

Color convert

RGB221231174-
CMYK0.0400.250.09
HSL70.53º54.29%79.41%-
HSV(B)70.53º24.68%90.59%-
XYZ66.0375.5851.15-
YUV221.51101.19127.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 231 (90.62% from 255) = 36.90%
BLUE value IS 174 (68.36% from 255) = 27.80%
R=35.30%
G=36.90%
B=27.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311740.0400.250.0970.5354.2979.41
HexDDE7AE4019947364f
Octal33534725640311110766117
Binary110111011110011110101110100011001100110001111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7AE; }

 p { color: rgb(221,231,174); }

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

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

 a { background-color: rgb(221,231,174); }

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

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

 span { border-color: rgb(221,231,174); }

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