Shades of Blue Romance #D1F0CF
Tints of Blue Romance #D1F0CF
RGB
CMYK
RGB Variations
Color information
#D1F0CF (or 0xD1F0CF) is known color: Blue Romance. HEX triplet: D1, F0 and CF. RGB value is (209,240,207). Sum of RGB (Red+Green+Blue) = 209+240+207=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F0CF is #2E0F30. Grayscale: #E3E3E3. Windows color (decimal): -3018545 or 13627601. OLE color: 13627601.
HSL color Cylindrical-coordinate representation of color #D1F0CF: hue angle of 116.36º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F0CF is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 207 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.06 |
| HSL | 116.36º | 0.52% | 0.88% | - |
| HSV(B) | 116.36º | 0.14% | 0.94% | - |
| XYZ | 68.72 | 80.38 | 70.92 | - |
| YUV | 226.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 207 | 0.13 | 0 | 0.14 | 0.06 | 116.36 | 0.52 | 0.88 |
| Hex | D1 | F0 | CF | D | 0 | E | 6 | 74 | 34 | 58 |
| Octal | 321 | 360 | 317 | 15 | 0 | 16 | 6 | 164 | 64 | 130 |
| Binary | 11010001 | 11110000 | 11001111 | 1101 | 0 | 1110 | 110 | 1110100 | 110100 | 1011000 |
Color Harmonies of #D1F0CF
Complementary color
Monochromatic Colors of #D1F0CF
Black with #D1F0CF
Text Example
Text Example
White with #D1F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F0CF; }
p { color: rgb(209,240,207); }
H1.HeaderClassName
{
color: #D1F0CF;
}
.AnyTagClassName
{
color: #D1F0CF;
}
</style>
background-color css
<style>
a { background-color: #D1F0CF; }
a { background-color: rgb(209,240,207); }
div.DivClassName
{
background-color: #D1F0CF;
}
.BgClassName
{
background-color: #D1F0CF;
}
</style>
border-color css
<style>
span { border-color: #D1F0CF; }
span { border-color: rgb(209,240,207); }
td.TdClassName
{
border-color: #D1F0CF;
}
.TagClassName
{
border-color: #D1F0CF;
}
</style>