#DDFAE1

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

Shades of Frosted Mint #DDFAE1

Tints of Frosted Mint #DDFAE1

Color information

#DDFAE1 (or 0xDDFAE1) is unknown color: approx Frosted Mint. HEX triplet: DD, FA and E1. RGB value is (221,250,225). Sum of RGB (Red+Green+Blue) = 221+250+225=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 225 (88.28% from 255 or 32.33% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAE1 is #22051E. Grayscale: #EEEEEE. Windows color (decimal): -2229535 or 14809821. OLE color: 14809821.

HSL color Cylindrical-coordinate representation of color #DDFAE1: hue angle of 128.28º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAE1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB221250225-
CMYK0.1200.100.02
HSL128.28º74.36%92.35%-
HSV(B)128.28º11.6%98.04%-
XYZ77.689.1884.36-
YUV238.48120.39115.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 250 (98.05% from 255) = 35.92%
BLUE value IS 225 (88.28% from 255) = 32.33%
R=31.75%
G=35.92%
B=32.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502250.1200.100.02128.2874.3692.35
HexDDFAE1C0A2804a5c
Octal335372341140122200112134
Binary110111011111101011100001110001010101000000010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAE1; }

 p { color: rgb(221,250,225); }

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

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

 a { background-color: rgb(221,250,225); }

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

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

 span { border-color: rgb(221,250,225); }

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