Shades of Blue Romance #D1EFCF
Tints of Blue Romance #D1EFCF
RGB
CMYK
RGB Variations
Color information
#D1EFCF (or 0xD1EFCF) is known color: Blue Romance. HEX triplet: D1, EF and CF. RGB value is (209,239,207). Sum of RGB (Red+Green+Blue) = 209+239+207=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EFCF is #2E1030. Grayscale: #E2E2E2. Windows color (decimal): -3018801 or 13627345. OLE color: 13627345.
HSL color Cylindrical-coordinate representation of color #D1EFCF: hue angle of 116.25º 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 #D1EFCF is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 207 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.06 |
| HSL | 116.25º | 0.5% | 0.87% | - |
| HSV(B) | 116.25º | 0.13% | 0.94% | - |
| XYZ | 68.42 | 79.79 | 70.83 | - |
| YUV | 226.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 207 | 0.13 | 0 | 0.13 | 0.06 | 116.25 | 0.5 | 0.87 |
| Hex | D1 | EF | CF | D | 0 | D | 6 | 74 | 32 | 57 |
| Octal | 321 | 357 | 317 | 15 | 0 | 15 | 6 | 164 | 62 | 127 |
| Binary | 11010001 | 11101111 | 11001111 | 1101 | 0 | 1101 | 110 | 1110100 | 110010 | 1010111 |
Color Harmonies of #D1EFCF
Complementary color
Monochromatic Colors of #D1EFCF
Black with #D1EFCF
Text Example
Text Example
White with #D1EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFCF; }
p { color: rgb(209,239,207); }
H1.HeaderClassName
{
color: #D1EFCF;
}
.AnyTagClassName
{
color: #D1EFCF;
}
</style>
background-color css
<style>
a { background-color: #D1EFCF; }
a { background-color: rgb(209,239,207); }
div.DivClassName
{
background-color: #D1EFCF;
}
.BgClassName
{
background-color: #D1EFCF;
}
</style>
border-color css
<style>
span { border-color: #D1EFCF; }
span { border-color: rgb(209,239,207); }
td.TdClassName
{
border-color: #D1EFCF;
}
.TagClassName
{
border-color: #D1EFCF;
}
</style>