#DDE7B2

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

Shades of Tusk #DDE7B2

Tints of Tusk #DDE7B2

Color information

#DDE7B2 (or 0xDDE7B2) is unknown color: approx Tusk. HEX triplet: DD, E7 and B2. RGB value is (221,231,178). Sum of RGB (Red+Green+Blue) = 221+231+178=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE7B2 is #22184D. Grayscale: #DEDEDE. Windows color (decimal): -2234446 or 11724765. OLE color: 11724765.

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

Color convert

RGB221231178-
CMYK0.0400.230.09
HSL71.32º52.48%80.2%-
HSV(B)71.32º22.94%90.59%-
XYZ66.4375.7453.24-
YUV221.97103.19127.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 231 (90.62% from 255) = 36.67%
BLUE value IS 178 (69.92% from 255) = 28.25%
R=35.08%
G=36.67%
B=28.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311780.0400.230.0971.3252.4880.2
HexDDE7B240179473450
Octal33534726240271110764120
Binary110111011110011110110010100010111100110001111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7B2; }

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

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

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

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

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

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

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

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