#DDFADF

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

Shades of Frosted Mint #DDFADF

Tints of Frosted Mint #DDFADF

Color information

#DDFADF (or 0xDDFADF) is unknown color: approx Frosted Mint. HEX triplet: DD, FA and DF. RGB value is (221,250,223). Sum of RGB (Red+Green+Blue) = 221+250+223=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFADF is #220520. Grayscale: #EEEEEE. Windows color (decimal): -2229537 or 14678749. OLE color: 14678749.

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

Color convert

RGB221250223-
CMYK0.1200.110.02
HSL124.14º74.36%92.35%-
HSV(B)124.14º11.6%98.04%-
XYZ77.3289.0782.93-
YUV238.25119.39115.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.84%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=31.84%
G=36.02%
B=32.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502230.1200.110.02124.1474.3692.35
HexDDFADFC0B27c4a5c
Octal335372337140132174112134
Binary11011101111110101101111111000101110111110010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFADF; }

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

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

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

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

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

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

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

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