Shades of Blue Romance #D4FFCF
Tints of Blue Romance #D4FFCF
RGB
CMYK
RGB Variations
Color information
#D4FFCF (or 0xD4FFCF) is known color: Blue Romance. HEX triplet: D4, FF and CF. RGB value is (212,255,207). Sum of RGB (Red+Green+Blue) = 212+255+207=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FFCF is #2B0030. Grayscale: #ECECEC. Windows color (decimal): -2818097 or 13631444. OLE color: 13631444.
HSL color Cylindrical-coordinate representation of color #D4FFCF: hue angle of 113.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4FFCF is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 207 | - |
| CMYK | 0.17 | 0 | 0.19 | 0 |
| HSL | 113.75º | 1% | 0.91% | - |
| HSV(B) | 113.75º | 0.19% | 1% | - |
| XYZ | 74.17 | 90.02 | 72.5 | - |
| YUV | 236.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 207 | 0.17 | 0 | 0.19 | 0 | 113.75 | 1 | 0.91 |
| Hex | D4 | FF | CF | 11 | 0 | 13 | 0 | 72 | 64 | 5B |
| Octal | 324 | 377 | 317 | 21 | 0 | 23 | 0 | 162 | 144 | 133 |
| Binary | 11010100 | 11111111 | 11001111 | 10001 | 0 | 10011 | 0 | 1110010 | 1100100 | 1011011 |
Color Harmonies of #D4FFCF
Complementary color
Monochromatic Colors of #D4FFCF
Black with #D4FFCF
Text Example
Text Example
White with #D4FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FFCF; }
p { color: rgb(212,255,207); }
H1.HeaderClassName
{
color: #D4FFCF;
}
.AnyTagClassName
{
color: #D4FFCF;
}
</style>
background-color css
<style>
a { background-color: #D4FFCF; }
a { background-color: rgb(212,255,207); }
div.DivClassName
{
background-color: #D4FFCF;
}
.BgClassName
{
background-color: #D4FFCF;
}
</style>
border-color css
<style>
span { border-color: #D4FFCF; }
span { border-color: rgb(212,255,207); }
td.TdClassName
{
border-color: #D4FFCF;
}
.TagClassName
{
border-color: #D4FFCF;
}
</style>