Shades of Blue Romance #D7F2D0
Tints of Blue Romance #D7F2D0
RGB
CMYK
RGB Variations
Color information
#D7F2D0 (or 0xD7F2D0) is known color: Blue Romance. HEX triplet: D7, F2 and D0. RGB value is (215,242,208). Sum of RGB (Red+Green+Blue) = 215+242+208=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2D0 is #280D2F. Grayscale: #E6E6E6. Windows color (decimal): -2624816 or 13693655. OLE color: 13693655.
HSL color Cylindrical-coordinate representation of color #D7F2D0: hue angle of 107.65º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7F2D0 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 208 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.05 |
| HSL | 107.65º | 0.57% | 0.88% | - |
| HSV(B) | 107.65º | 0.14% | 0.95% | - |
| XYZ | 71.16 | 82.51 | 71.85 | - |
| YUV | 230.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 208 | 0.11 | 0 | 0.14 | 0.05 | 107.65 | 0.57 | 0.88 |
| Hex | D7 | F2 | D0 | B | 0 | E | 5 | 6C | 39 | 58 |
| Octal | 327 | 362 | 320 | 13 | 0 | 16 | 5 | 154 | 71 | 130 |
| Binary | 11010111 | 11110010 | 11010000 | 1011 | 0 | 1110 | 101 | 1101100 | 111001 | 1011000 |
Color Harmonies of #D7F2D0
Complementary color
Monochromatic Colors of #D7F2D0
Black with #D7F2D0
Text Example
Text Example
White with #D7F2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2D0; }
p { color: rgb(215,242,208); }
H1.HeaderClassName
{
color: #D7F2D0;
}
.AnyTagClassName
{
color: #D7F2D0;
}
</style>
background-color css
<style>
a { background-color: #D7F2D0; }
a { background-color: rgb(215,242,208); }
div.DivClassName
{
background-color: #D7F2D0;
}
.BgClassName
{
background-color: #D7F2D0;
}
</style>
border-color css
<style>
span { border-color: #D7F2D0; }
span { border-color: rgb(215,242,208); }
td.TdClassName
{
border-color: #D7F2D0;
}
.TagClassName
{
border-color: #D7F2D0;
}
</style>