Shades of Frosted Mint #DAFCDD
Tints of Frosted Mint #DAFCDD
RGB
CMYK
RGB Variations
Color information
#DAFCDD (or 0xDAFCDD) is known color: Frosted Mint. HEX triplet: DA, FC and DD. RGB value is (218,252,221). Sum of RGB (Red+Green+Blue) = 218+252+221=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCDD is #250322. Grayscale: #EEEEEE. Windows color (decimal): -2425635 or 14548186. OLE color: 14548186.
HSL color Cylindrical-coordinate representation of color #DAFCDD: hue angle of 125.29º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFCDD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 221 | - |
CMYK | 0.13 | 0 | 0.12 | 0.01 |
HSL | 125.29º | 0.85% | 0.92% | - |
HSV(B) | 125.29º | 0.13% | 0.99% | - |
XYZ | 76.77 | 89.75 | 81.68 | - |
YUV | 238.3 | 118.24 | 113.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 221 | 0.13 | 0 | 0.12 | 0.01 | 125.29 | 0.85 | 0.92 |
Hex | DA | FC | DD | D | 0 | C | 1 | 7D | 55 | 5C |
Octal | 332 | 374 | 335 | 15 | 0 | 14 | 1 | 175 | 125 | 134 |
Binary | 11011010 | 11111100 | 11011101 | 1101 | 0 | 1100 | 1 | 1111101 | 1010101 | 1011100 |
Color Harmonies of #DAFCDD
Complementary color
Monochromatic Colors of #DAFCDD
Black with #DAFCDD
Text Example
Text Example
White with #DAFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCDD; }
p { color: rgb(218,252,221); }
H1.HeaderClassName
{
color: #DAFCDD;
}
.AnyTagClassName
{
color: #DAFCDD;
}
</style>
background-color css
<style>
a { background-color: #DAFCDD; }
a { background-color: rgb(218,252,221); }
div.DivClassName
{
background-color: #DAFCDD;
}
.BgClassName
{
background-color: #DAFCDD;
}
</style>
border-color css
<style>
span { border-color: #DAFCDD; }
span { border-color: rgb(218,252,221); }
td.TdClassName
{
border-color: #DAFCDD;
}
.TagClassName
{
border-color: #DAFCDD;
}
</style>