#DDE6AD

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

Shades of Tusk #DDE6AD

Tints of Tusk #DDE6AD

Color information

#DDE6AD (or 0xDDE6AD) is unknown color: approx Tusk. HEX triplet: DD, E6 and AD. RGB value is (221,230,173). Sum of RGB (Red+Green+Blue) = 221+230+173=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE6AD is #221952. Grayscale: #DDDDDD. Windows color (decimal): -2234707 or 11396829. OLE color: 11396829.

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

Color convert

RGB221230173-
CMYK0.0400.250.10
HSL69.47º53.27%79.02%-
HSV(B)69.47º24.78%90.2%-
XYZ65.6674.9850.55-
YUV220.81101.02128.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 230 (90.23% from 255) = 36.86%
BLUE value IS 173 (67.97% from 255) = 27.72%
R=35.42%
G=36.86%
B=27.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212301730.0400.250.1069.4753.2779.02
HexDDE6AD4019A45354f
Octal33534625540311210565117
Binary110111011110011010101101100011001101010001011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6AD; }

 p { color: rgb(221,230,173); }

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

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

 a { background-color: rgb(221,230,173); }

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

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

 span { border-color: rgb(221,230,173); }

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