#DDF6E0

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

Shades of Frosted Mint #DDF6E0

Tints of Frosted Mint #DDF6E0

Color information

#DDF6E0 (or 0xDDF6E0) is unknown color: approx Frosted Mint. HEX triplet: DD, F6 and E0. RGB value is (221,246,224). Sum of RGB (Red+Green+Blue) = 221+246+224=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 224 (87.89% from 255 or 32.42% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6E0 is #22091F. Grayscale: #ECECEC. Windows color (decimal): -2230560 or 14743261. OLE color: 14743261.

HSL color Cylindrical-coordinate representation of color #DDF6E0: hue angle of 127.2º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF6E0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB221246224-
CMYK0.1000.090.04
HSL127.2º58.14%91.57%-
HSV(B)127.2º10.16%96.47%-
XYZ76.2386.6783.23-
YUV236.02121.22117.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 246 (96.48% from 255) = 35.60%
BLUE value IS 224 (87.89% from 255) = 32.42%
R=31.98%
G=35.60%
B=32.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212462240.1000.090.04127.258.1491.57
HexDDF6E0A0947f3a5c
Octal33536634012011417772134
Binary11011101111101101110000010100100110011111111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF6E0; }

 p { color: rgb(221,246,224); }

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

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

 a { background-color: rgb(221,246,224); }

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

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

 span { border-color: rgb(221,246,224); }

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