Shades of Blue Romance #D4F1D0
Tints of Blue Romance #D4F1D0
RGB
CMYK
RGB Variations
Color information
#D4F1D0 (or 0xD4F1D0) is known color: Blue Romance. HEX triplet: D4, F1 and D0. RGB value is (212,241,208). Sum of RGB (Red+Green+Blue) = 212+241+208=661 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.07% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F1D0 is #2B0E2F. Grayscale: #E4E4E4. Windows color (decimal): -2821680 or 13693396. OLE color: 13693396.
HSL color Cylindrical-coordinate representation of color #D4F1D0: hue angle of 112.73º degrees, saturation: 0.54, 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 #D4F1D0 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 208 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.05 |
| HSL | 112.73º | 0.54% | 0.88% | - |
| HSV(B) | 112.73º | 0.14% | 0.95% | - |
| XYZ | 69.99 | 81.46 | 71.71 | - |
| YUV | 228.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 208 | 0.12 | 0 | 0.14 | 0.05 | 112.73 | 0.54 | 0.88 |
| Hex | D4 | F1 | D0 | C | 0 | E | 5 | 71 | 36 | 58 |
| Octal | 324 | 361 | 320 | 14 | 0 | 16 | 5 | 161 | 66 | 130 |
| Binary | 11010100 | 11110001 | 11010000 | 1100 | 0 | 1110 | 101 | 1110001 | 110110 | 1011000 |
Color Harmonies of #D4F1D0
Complementary color
Monochromatic Colors of #D4F1D0
Black with #D4F1D0
Text Example
Text Example
White with #D4F1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F1D0; }
p { color: rgb(212,241,208); }
H1.HeaderClassName
{
color: #D4F1D0;
}
.AnyTagClassName
{
color: #D4F1D0;
}
</style>
background-color css
<style>
a { background-color: #D4F1D0; }
a { background-color: rgb(212,241,208); }
div.DivClassName
{
background-color: #D4F1D0;
}
.BgClassName
{
background-color: #D4F1D0;
}
</style>
border-color css
<style>
span { border-color: #D4F1D0; }
span { border-color: rgb(212,241,208); }
td.TdClassName
{
border-color: #D4F1D0;
}
.TagClassName
{
border-color: #D4F1D0;
}
</style>