Shades of Blue Romance #D1F7CE
Tints of Blue Romance #D1F7CE
RGB
CMYK
RGB Variations
Color information
#D1F7CE (or 0xD1F7CE) is known color: Blue Romance. HEX triplet: D1, F7 and CE. RGB value is (209,247,206). Sum of RGB (Red+Green+Blue) = 209+247+206=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F7CE is #2E0831. Grayscale: #E7E7E7. Windows color (decimal): -3016754 or 13563857. OLE color: 13563857.
HSL color Cylindrical-coordinate representation of color #D1F7CE: hue angle of 115.61º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1F7CE is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 206 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.03 |
| HSL | 115.61º | 0.72% | 0.89% | - |
| HSV(B) | 115.61º | 0.17% | 0.97% | - |
| XYZ | 70.7 | 84.53 | 70.98 | - |
| YUV | 230.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 206 | 0.15 | 0 | 0.17 | 0.03 | 115.61 | 0.72 | 0.89 |
| Hex | D1 | F7 | CE | F | 0 | 11 | 3 | 74 | 48 | 59 |
| Octal | 321 | 367 | 316 | 17 | 0 | 21 | 3 | 164 | 110 | 131 |
| Binary | 11010001 | 11110111 | 11001110 | 1111 | 0 | 10001 | 11 | 1110100 | 1001000 | 1011001 |
Color Harmonies of #D1F7CE
Complementary color
Monochromatic Colors of #D1F7CE
Black with #D1F7CE
Text Example
Text Example
White with #D1F7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F7CE; }
p { color: rgb(209,247,206); }
H1.HeaderClassName
{
color: #D1F7CE;
}
.AnyTagClassName
{
color: #D1F7CE;
}
</style>
background-color css
<style>
a { background-color: #D1F7CE; }
a { background-color: rgb(209,247,206); }
div.DivClassName
{
background-color: #D1F7CE;
}
.BgClassName
{
background-color: #D1F7CE;
}
</style>
border-color css
<style>
span { border-color: #D1F7CE; }
span { border-color: rgb(209,247,206); }
td.TdClassName
{
border-color: #D1F7CE;
}
.TagClassName
{
border-color: #D1F7CE;
}
</style>