Shades of Blue Romance #D4F1CF
Tints of Blue Romance #D4F1CF
RGB
CMYK
RGB Variations
Color information
#D4F1CF (or 0xD4F1CF) is known color: Blue Romance. HEX triplet: D4, F1 and CF. RGB value is (212,241,207). Sum of RGB (Red+Green+Blue) = 212+241+207=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F1CF is #2B0E30. Grayscale: #E4E4E4. Windows color (decimal): -2821681 or 13627860. OLE color: 13627860.
HSL color Cylindrical-coordinate representation of color #D4F1CF: hue angle of 111.18º degrees, saturation: 0.55, 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 #D4F1CF is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 207 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.05 |
| HSL | 111.18º | 0.55% | 0.88% | - |
| HSV(B) | 111.18º | 0.14% | 0.95% | - |
| XYZ | 69.87 | 81.41 | 71.06 | - |
| YUV | 228.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 207 | 0.12 | 0 | 0.14 | 0.05 | 111.18 | 0.55 | 0.88 |
| Hex | D4 | F1 | CF | C | 0 | E | 5 | 6F | 37 | 58 |
| Octal | 324 | 361 | 317 | 14 | 0 | 16 | 5 | 157 | 67 | 130 |
| Binary | 11010100 | 11110001 | 11001111 | 1100 | 0 | 1110 | 101 | 1101111 | 110111 | 1011000 |
Color Harmonies of #D4F1CF
Complementary color
Monochromatic Colors of #D4F1CF
Black with #D4F1CF
Text Example
Text Example
White with #D4F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F1CF; }
p { color: rgb(212,241,207); }
H1.HeaderClassName
{
color: #D4F1CF;
}
.AnyTagClassName
{
color: #D4F1CF;
}
</style>
background-color css
<style>
a { background-color: #D4F1CF; }
a { background-color: rgb(212,241,207); }
div.DivClassName
{
background-color: #D4F1CF;
}
.BgClassName
{
background-color: #D4F1CF;
}
</style>
border-color css
<style>
span { border-color: #D4F1CF; }
span { border-color: rgb(212,241,207); }
td.TdClassName
{
border-color: #D4F1CF;
}
.TagClassName
{
border-color: #D4F1CF;
}
</style>