#DDFAE0

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

Shades of Frosted Mint #DDFAE0

Tints of Frosted Mint #DDFAE0

Color information

#DDFAE0 (or 0xDDFAE0) is unknown color: approx Frosted Mint. HEX triplet: DD, FA and E0. RGB value is (221,250,224). Sum of RGB (Red+Green+Blue) = 221+250+224=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAE0 is #22051F. Grayscale: #EEEEEE. Windows color (decimal): -2229536 or 14744285. OLE color: 14744285.

HSL color Cylindrical-coordinate representation of color #DDFAE0: hue angle of 126.21º 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 #DDFAE0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB221250224-
CMYK0.1200.100.02
HSL126.21º74.36%92.35%-
HSV(B)126.21º11.6%98.04%-
XYZ77.4689.1383.64-
YUV238.36119.89115.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.80%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 224 (87.89% from 255) = 32.23%
R=31.80%
G=35.97%
B=32.23%

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
Decimal2212502240.1200.100.02126.2174.3692.35
HexDDFAE0C0A27e4a5c
Octal335372340140122176112134
Binary11011101111110101110000011000101010111111010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAE0; }

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

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

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

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

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

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

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

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