Shades of Blue Romance #D2F8D1
Tints of Blue Romance #D2F8D1
RGB
CMYK
RGB Variations
Color information
#D2F8D1 (or 0xD2F8D1) is known color: Blue Romance. HEX triplet: D2, F8 and D1. RGB value is (210,248,209). Sum of RGB (Red+Green+Blue) = 210+248+209=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F8D1 is #2D072E. Grayscale: #E8E8E8. Windows color (decimal): -2950959 or 13760722. OLE color: 13760722.
HSL color Cylindrical-coordinate representation of color #D2F8D1: hue angle of 118.46º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2F8D1 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 209 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.03 |
| HSL | 118.46º | 0.74% | 0.9% | - |
| HSV(B) | 118.46º | 0.16% | 0.97% | - |
| XYZ | 71.65 | 85.44 | 73.04 | - |
| YUV | 232.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 209 | 0.15 | 0 | 0.16 | 0.03 | 118.46 | 0.74 | 0.9 |
| Hex | D2 | F8 | D1 | F | 0 | 10 | 3 | 76 | 4A | 5A |
| Octal | 322 | 370 | 321 | 17 | 0 | 20 | 3 | 166 | 112 | 132 |
| Binary | 11010010 | 11111000 | 11010001 | 1111 | 0 | 10000 | 11 | 1110110 | 1001010 | 1011010 |
Color Harmonies of #D2F8D1
Complementary color
Monochromatic Colors of #D2F8D1
Black with #D2F8D1
Text Example
Text Example
White with #D2F8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F8D1; }
p { color: rgb(210,248,209); }
H1.HeaderClassName
{
color: #D2F8D1;
}
.AnyTagClassName
{
color: #D2F8D1;
}
</style>
background-color css
<style>
a { background-color: #D2F8D1; }
a { background-color: rgb(210,248,209); }
div.DivClassName
{
background-color: #D2F8D1;
}
.BgClassName
{
background-color: #D2F8D1;
}
</style>
border-color css
<style>
span { border-color: #D2F8D1; }
span { border-color: rgb(210,248,209); }
td.TdClassName
{
border-color: #D2F8D1;
}
.TagClassName
{
border-color: #D2F8D1;
}
</style>