Shades of Blue Romance #D7F2D4
Tints of Blue Romance #D7F2D4
RGB
CMYK
RGB Variations
Color information
#D7F2D4 (or 0xD7F2D4) is known color: Blue Romance. HEX triplet: D7, F2 and D4. RGB value is (215,242,212). Sum of RGB (Red+Green+Blue) = 215+242+212=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2D4 is #280D2B. Grayscale: #E6E6E6. Windows color (decimal): -2624812 or 13955799. OLE color: 13955799.
HSL color Cylindrical-coordinate representation of color #D7F2D4: hue angle of 114º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7F2D4 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 212 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.05 |
| HSL | 114º | 0.54% | 0.89% | - |
| HSV(B) | 114º | 0.12% | 0.95% | - |
| XYZ | 71.66 | 82.7 | 74.47 | - |
| YUV | 230.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 212 | 0.11 | 0 | 0.12 | 0.05 | 114 | 0.54 | 0.89 |
| Hex | D7 | F2 | D4 | B | 0 | C | 5 | 72 | 36 | 59 |
| Octal | 327 | 362 | 324 | 13 | 0 | 14 | 5 | 162 | 66 | 131 |
| Binary | 11010111 | 11110010 | 11010100 | 1011 | 0 | 1100 | 101 | 1110010 | 110110 | 1011001 |
Color Harmonies of #D7F2D4
Complementary color
Monochromatic Colors of #D7F2D4
Black with #D7F2D4
Text Example
Text Example
White with #D7F2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2D4; }
p { color: rgb(215,242,212); }
H1.HeaderClassName
{
color: #D7F2D4;
}
.AnyTagClassName
{
color: #D7F2D4;
}
</style>
background-color css
<style>
a { background-color: #D7F2D4; }
a { background-color: rgb(215,242,212); }
div.DivClassName
{
background-color: #D7F2D4;
}
.BgClassName
{
background-color: #D7F2D4;
}
</style>
border-color css
<style>
span { border-color: #D7F2D4; }
span { border-color: rgb(215,242,212); }
td.TdClassName
{
border-color: #D7F2D4;
}
.TagClassName
{
border-color: #D7F2D4;
}
</style>