Shades of Blue Romance #D8F5D2
Tints of Blue Romance #D8F5D2
RGB
CMYK
RGB Variations
Color information
#D8F5D2 (or 0xD8F5D2) is known color: Blue Romance. HEX triplet: D8, F5 and D2. RGB value is (216,245,210). Sum of RGB (Red+Green+Blue) = 216+245+210=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 210 (82.42% from 255 or 31.30% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F5D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F5D2 is #270A2D. Grayscale: #E8E8E8. Windows color (decimal): -2558510 or 13825496. OLE color: 13825496.
HSL color Cylindrical-coordinate representation of color #D8F5D2: hue angle of 109.71º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8F5D2 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 245 | 210 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.04 |
| HSL | 109.71º | 0.64% | 0.89% | - |
| HSV(B) | 109.71º | 0.14% | 0.96% | - |
| XYZ | 72.6 | 84.56 | 73.47 | - |
| YUV | 232.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 245 | 210 | 0.12 | 0 | 0.14 | 0.04 | 109.71 | 0.64 | 0.89 |
| Hex | D8 | F5 | D2 | C | 0 | E | 4 | 6E | 40 | 59 |
| Octal | 330 | 365 | 322 | 14 | 0 | 16 | 4 | 156 | 100 | 131 |
| Binary | 11011000 | 11110101 | 11010010 | 1100 | 0 | 1110 | 100 | 1101110 | 1000000 | 1011001 |
Color Harmonies of #D8F5D2
Complementary color
Monochromatic Colors of #D8F5D2
Black with #D8F5D2
Text Example
Text Example
White with #D8F5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F5D2; }
p { color: rgb(216,245,210); }
H1.HeaderClassName
{
color: #D8F5D2;
}
.AnyTagClassName
{
color: #D8F5D2;
}
</style>
background-color css
<style>
a { background-color: #D8F5D2; }
a { background-color: rgb(216,245,210); }
div.DivClassName
{
background-color: #D8F5D2;
}
.BgClassName
{
background-color: #D8F5D2;
}
</style>
border-color css
<style>
span { border-color: #D8F5D2; }
span { border-color: rgb(216,245,210); }
td.TdClassName
{
border-color: #D8F5D2;
}
.TagClassName
{
border-color: #D8F5D2;
}
</style>