Shades of Blue Romance #D9FECF
Tints of Blue Romance #D9FECF
RGB
CMYK
RGB Variations
Color information
#D9FECF (or 0xD9FECF) is known color: Blue Romance. HEX triplet: D9, FE and CF. RGB value is (217,254,207). Sum of RGB (Red+Green+Blue) = 217+254+207=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FECF is #260130. Grayscale: #EDEDED. Windows color (decimal): -2490673 or 13631193. OLE color: 13631193.
HSL color Cylindrical-coordinate representation of color #D9FECF: hue angle of 107.23º 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 #D9FECF is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 207 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.00 |
| HSL | 107.23º | 0.96% | 0.9% | - |
| HSV(B) | 107.23º | 0.19% | 1% | - |
| XYZ | 75.32 | 90.14 | 72.46 | - |
| YUV | 237.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 207 | 0.15 | 0 | 0.19 | 0.00 | 107.23 | 0.96 | 0.9 |
| Hex | D9 | FE | CF | F | 0 | 13 | 0 | 6B | 60 | 5A |
| Octal | 331 | 376 | 317 | 17 | 0 | 23 | 0 | 153 | 140 | 132 |
| Binary | 11011001 | 11111110 | 11001111 | 1111 | 0 | 10011 | 0 | 1101011 | 1100000 | 1011010 |
Color Harmonies of #D9FECF
Complementary color
Monochromatic Colors of #D9FECF
Black with #D9FECF
Text Example
Text Example
White with #D9FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FECF; }
p { color: rgb(217,254,207); }
H1.HeaderClassName
{
color: #D9FECF;
}
.AnyTagClassName
{
color: #D9FECF;
}
</style>
background-color css
<style>
a { background-color: #D9FECF; }
a { background-color: rgb(217,254,207); }
div.DivClassName
{
background-color: #D9FECF;
}
.BgClassName
{
background-color: #D9FECF;
}
</style>
border-color css
<style>
span { border-color: #D9FECF; }
span { border-color: rgb(217,254,207); }
td.TdClassName
{
border-color: #D9FECF;
}
.TagClassName
{
border-color: #D9FECF;
}
</style>