#DDE6B2

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

Shades of Tusk #DDE6B2

Tints of Tusk #DDE6B2

Color information

#DDE6B2 (or 0xDDE6B2) is unknown color: approx Tusk. HEX triplet: DD, E6 and B2. RGB value is (221,230,178). Sum of RGB (Red+Green+Blue) = 221+230+178=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 178 (69.92% from 255 or 28.30% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE6B2 is #22194D. Grayscale: #DDDDDD. Windows color (decimal): -2234702 or 11724509. OLE color: 11724509.

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

Color convert

RGB221230178-
CMYK0.0400.230.10
HSL70.38º50.98%80%-
HSV(B)70.38º22.61%90.2%-
XYZ66.1575.1853.14-
YUV221.38103.52127.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 230 (90.23% from 255) = 36.57%
BLUE value IS 178 (69.92% from 255) = 28.30%
R=35.14%
G=36.57%
B=28.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212301780.0400.230.1070.3850.9880
HexDDE6B24017A463350
Octal33534626240271210663120
Binary110111011110011010110010100010111101010001101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6B2; }

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

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

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

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

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

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

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

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