#DDE8A3

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

Shades of Tusk #DDE8A3

Tints of Tusk #DDE8A3

Color information

#DDE8A3 (or 0xDDE8A3) is unknown color: approx Tusk. HEX triplet: DD, E8 and A3. RGB value is (221,232,163). Sum of RGB (Red+Green+Blue) = 221+232+163=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 163 (64.06% from 255 or 26.46% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE8A3 is #22175C. Grayscale: #DDDDDD. Windows color (decimal): -2234205 or 10741981. OLE color: 10741981.

HSL color Cylindrical-coordinate representation of color #DDE8A3: hue angle of 69.57º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDE8A3 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB221232163-
CMYK0.0500.300.09
HSL69.57º60%77.45%-
HSV(B)69.57º29.74%90.98%-
XYZ65.2975.7345.83-
YUV220.8495.36128.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 232 (91.02% from 255) = 37.66%
BLUE value IS 163 (64.06% from 255) = 26.46%
R=35.88%
G=37.66%
B=26.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321630.0500.300.0969.576077.45
HexDDE8A3501E9463c4d
Octal33535024350361110674115
Binary110111011110100010100011101011110100110001101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8A3; }

 p { color: rgb(221,232,163); }

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

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

 a { background-color: rgb(221,232,163); }

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

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

 span { border-color: rgb(221,232,163); }

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