Shades of Frosted Mint #D7FFDB
Tints of Frosted Mint #D7FFDB
RGB
CMYK
RGB Variations
Color information
#D7FFDB (or 0xD7FFDB) is known color: Frosted Mint. HEX triplet: D7, FF and DB. RGB value is (215,255,219). Sum of RGB (Red+Green+Blue) = 215+255+219=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FFDB is #280024. Grayscale: #EFEFEF. Windows color (decimal): -2621477 or 14417879. OLE color: 14417879.
HSL color Cylindrical-coordinate representation of color #D7FFDB: hue angle of 126º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7FFDB is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 215 | 255 | 219 | - |
CMYK | 0.16 | 0 | 0.14 | 0 |
HSL | 126º | 1% | 0.92% | - |
HSV(B) | 126º | 0.16% | 1% | - |
XYZ | 76.57 | 91.08 | 80.56 | - |
YUV | 238.94 | 116.75 | 110.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 255 | 219 | 0.16 | 0 | 0.14 | 0 | 126 | 1 | 0.92 |
Hex | D7 | FF | DB | 10 | 0 | E | 0 | 7E | 64 | 5C |
Octal | 327 | 377 | 333 | 20 | 0 | 16 | 0 | 176 | 144 | 134 |
Binary | 11010111 | 11111111 | 11011011 | 10000 | 0 | 1110 | 0 | 1111110 | 1100100 | 1011100 |
Color Harmonies of #D7FFDB
Complementary color
Monochromatic Colors of #D7FFDB
Black with #D7FFDB
Text Example
Text Example
White with #D7FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFDB; }
p { color: rgb(215,255,219); }
H1.HeaderClassName
{
color: #D7FFDB;
}
.AnyTagClassName
{
color: #D7FFDB;
}
</style>
background-color css
<style>
a { background-color: #D7FFDB; }
a { background-color: rgb(215,255,219); }
div.DivClassName
{
background-color: #D7FFDB;
}
.BgClassName
{
background-color: #D7FFDB;
}
</style>
border-color css
<style>
span { border-color: #D7FFDB; }
span { border-color: rgb(215,255,219); }
td.TdClassName
{
border-color: #D7FFDB;
}
.TagClassName
{
border-color: #D7FFDB;
}
</style>