Shades of Frosted Mint #DAFEDD
Tints of Frosted Mint #DAFEDD
RGB
CMYK
RGB Variations
Color information
#DAFEDD (or 0xDAFEDD) is known color: Frosted Mint. HEX triplet: DA, FE and DD. RGB value is (218,254,221). Sum of RGB (Red+Green+Blue) = 218+254+221=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEDD is #250122. Grayscale: #EFEFEF. Windows color (decimal): -2425123 or 14548698. OLE color: 14548698.
HSL color Cylindrical-coordinate representation of color #DAFEDD: hue angle of 125º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEDD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 221 | - |
CMYK | 0.14 | 0 | 0.13 | 0.00 |
HSL | 125º | 0.95% | 0.93% | - |
HSV(B) | 125º | 0.14% | 1% | - |
XYZ | 77.41 | 91.01 | 81.89 | - |
YUV | 239.47 | 117.57 | 112.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 221 | 0.14 | 0 | 0.13 | 0.00 | 125 | 0.95 | 0.93 |
Hex | DA | FE | DD | E | 0 | D | 0 | 7D | 5F | 5D |
Octal | 332 | 376 | 335 | 16 | 0 | 15 | 0 | 175 | 137 | 135 |
Binary | 11011010 | 11111110 | 11011101 | 1110 | 0 | 1101 | 0 | 1111101 | 1011111 | 1011101 |
Color Harmonies of #DAFEDD
Complementary color
Monochromatic Colors of #DAFEDD
Black with #DAFEDD
Text Example
Text Example
White with #DAFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEDD; }
p { color: rgb(218,254,221); }
H1.HeaderClassName
{
color: #DAFEDD;
}
.AnyTagClassName
{
color: #DAFEDD;
}
</style>
background-color css
<style>
a { background-color: #DAFEDD; }
a { background-color: rgb(218,254,221); }
div.DivClassName
{
background-color: #DAFEDD;
}
.BgClassName
{
background-color: #DAFEDD;
}
</style>
border-color css
<style>
span { border-color: #DAFEDD; }
span { border-color: rgb(218,254,221); }
td.TdClassName
{
border-color: #DAFEDD;
}
.TagClassName
{
border-color: #DAFEDD;
}
</style>