Shades of Blue Romance #D1FECF
Tints of Blue Romance #D1FECF
RGB
CMYK
RGB Variations
Color information
#D1FECF (or 0xD1FECF) is known color: Blue Romance. HEX triplet: D1, FE and CF. RGB value is (209,254,207). Sum of RGB (Red+Green+Blue) = 209+254+207=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FECF is #2E0130. Grayscale: #EBEBEB. Windows color (decimal): -3014961 or 13631185. OLE color: 13631185.
HSL color Cylindrical-coordinate representation of color #D1FECF: hue angle of 117.45º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1FECF is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 207 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.00 |
| HSL | 117.45º | 0.96% | 0.9% | - |
| HSV(B) | 117.45º | 0.19% | 1% | - |
| XYZ | 73 | 88.94 | 72.35 | - |
| YUV | 235.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 207 | 0.18 | 0 | 0.19 | 0.00 | 117.45 | 0.96 | 0.9 |
| Hex | D1 | FE | CF | 12 | 0 | 13 | 0 | 75 | 60 | 5A |
| Octal | 321 | 376 | 317 | 22 | 0 | 23 | 0 | 165 | 140 | 132 |
| Binary | 11010001 | 11111110 | 11001111 | 10010 | 0 | 10011 | 0 | 1110101 | 1100000 | 1011010 |
Color Harmonies of #D1FECF
Complementary color
Monochromatic Colors of #D1FECF
Black with #D1FECF
Text Example
Text Example
White with #D1FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FECF; }
p { color: rgb(209,254,207); }
H1.HeaderClassName
{
color: #D1FECF;
}
.AnyTagClassName
{
color: #D1FECF;
}
</style>
background-color css
<style>
a { background-color: #D1FECF; }
a { background-color: rgb(209,254,207); }
div.DivClassName
{
background-color: #D1FECF;
}
.BgClassName
{
background-color: #D1FECF;
}
</style>
border-color css
<style>
span { border-color: #D1FECF; }
span { border-color: rgb(209,254,207); }
td.TdClassName
{
border-color: #D1FECF;
}
.TagClassName
{
border-color: #D1FECF;
}
</style>