Shades of Blue Romance #D2F7CF
Tints of Blue Romance #D2F7CF
RGB
CMYK
RGB Variations
Color information
#D2F7CF (or 0xD2F7CF) is known color: Blue Romance. HEX triplet: D2, F7 and CF. RGB value is (210,247,207). Sum of RGB (Red+Green+Blue) = 210+247+207=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F7CF is #2D0830. Grayscale: #E7E7E7. Windows color (decimal): -2951217 or 13629394. OLE color: 13629394.
HSL color Cylindrical-coordinate representation of color #D2F7CF: hue angle of 115.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2F7CF is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 207 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.03 |
| HSL | 115.5º | 0.71% | 0.89% | - |
| HSV(B) | 115.5º | 0.16% | 0.97% | - |
| XYZ | 71.1 | 84.73 | 71.64 | - |
| YUV | 231.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 207 | 0.15 | 0 | 0.16 | 0.03 | 115.5 | 0.71 | 0.89 |
| Hex | D2 | F7 | CF | F | 0 | 10 | 3 | 74 | 47 | 59 |
| Octal | 322 | 367 | 317 | 17 | 0 | 20 | 3 | 164 | 107 | 131 |
| Binary | 11010010 | 11110111 | 11001111 | 1111 | 0 | 10000 | 11 | 1110100 | 1000111 | 1011001 |
Color Harmonies of #D2F7CF
Complementary color
Monochromatic Colors of #D2F7CF
Black with #D2F7CF
Text Example
Text Example
White with #D2F7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F7CF; }
p { color: rgb(210,247,207); }
H1.HeaderClassName
{
color: #D2F7CF;
}
.AnyTagClassName
{
color: #D2F7CF;
}
</style>
background-color css
<style>
a { background-color: #D2F7CF; }
a { background-color: rgb(210,247,207); }
div.DivClassName
{
background-color: #D2F7CF;
}
.BgClassName
{
background-color: #D2F7CF;
}
</style>
border-color css
<style>
span { border-color: #D2F7CF; }
span { border-color: rgb(210,247,207); }
td.TdClassName
{
border-color: #D2F7CF;
}
.TagClassName
{
border-color: #D2F7CF;
}
</style>