#DDFCDF

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

Shades of Frosted Mint #DDFCDF

Tints of Frosted Mint #DDFCDF

Color information

#DDFCDF (or 0xDDFCDF) is unknown color: approx Frosted Mint. HEX triplet: DD, FC and DF. RGB value is (221,252,223). Sum of RGB (Red+Green+Blue) = 221+252+223=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCDF is #220320. Grayscale: #EFEFEF. Windows color (decimal): -2229025 or 14679261. OLE color: 14679261.

HSL color Cylindrical-coordinate representation of color #DDFCDF: hue angle of 123.87º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFCDF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB221252223-
CMYK0.1200.120.01
HSL123.87º83.78%92.75%-
HSV(B)123.87º12.3%98.82%-
XYZ77.9590.3283.14-
YUV239.42118.73114.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 252 (98.83% from 255) = 36.21%
BLUE value IS 223 (87.5% from 255) = 32.04%
R=31.75%
G=36.21%
B=32.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212522230.1200.120.01123.8783.7892.75
HexDDFCDFC0C17c545d
Octal335374337140141174124135
Binary1101110111111100110111111100011001111110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCDF; }

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

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

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

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

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

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

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

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