Shades of Blue Romance #D4EFCF
Tints of Blue Romance #D4EFCF
RGB
CMYK
RGB Variations
Color information
#D4EFCF (or 0xD4EFCF) is known color: Blue Romance. HEX triplet: D4, EF and CF. RGB value is (212,239,207). Sum of RGB (Red+Green+Blue) = 212+239+207=658 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.22% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EFCF is #2B1030. Grayscale: #E3E3E3. Windows color (decimal): -2822193 or 13627348. OLE color: 13627348.
HSL color Cylindrical-coordinate representation of color #D4EFCF: hue angle of 110.62º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4EFCF is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 207 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.06 |
| HSL | 110.63º | 0.5% | 0.87% | - |
| HSV(B) | 110.63º | 0.13% | 0.94% | - |
| XYZ | 69.28 | 80.24 | 70.87 | - |
| YUV | 227.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 207 | 0.11 | 0 | 0.13 | 0.06 | 110.63 | 0.5 | 0.87 |
| Hex | D4 | EF | CF | B | 0 | D | 6 | 6F | 32 | 57 |
| Octal | 324 | 357 | 317 | 13 | 0 | 15 | 6 | 157 | 62 | 127 |
| Binary | 11010100 | 11101111 | 11001111 | 1011 | 0 | 1101 | 110 | 1101111 | 110010 | 1010111 |
Color Harmonies of #D4EFCF
Complementary color
Monochromatic Colors of #D4EFCF
Black with #D4EFCF
Text Example
Text Example
White with #D4EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EFCF; }
p { color: rgb(212,239,207); }
H1.HeaderClassName
{
color: #D4EFCF;
}
.AnyTagClassName
{
color: #D4EFCF;
}
</style>
background-color css
<style>
a { background-color: #D4EFCF; }
a { background-color: rgb(212,239,207); }
div.DivClassName
{
background-color: #D4EFCF;
}
.BgClassName
{
background-color: #D4EFCF;
}
</style>
border-color css
<style>
span { border-color: #D4EFCF; }
span { border-color: rgb(212,239,207); }
td.TdClassName
{
border-color: #D4EFCF;
}
.TagClassName
{
border-color: #D4EFCF;
}
</style>