Shades of Blue Romance #D3FECF
Tints of Blue Romance #D3FECF
RGB
CMYK
RGB Variations
Color information
#D3FECF (or 0xD3FECF) is known color: Blue Romance. HEX triplet: D3, FE and CF. RGB value is (211,254,207). Sum of RGB (Red+Green+Blue) = 211+254+207=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FECF is #2C0130. Grayscale: #EBEBEB. Windows color (decimal): -2883889 or 13631187. OLE color: 13631187.
HSL color Cylindrical-coordinate representation of color #D3FECF: hue angle of 114.89º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3FECF is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 207 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.00 |
| HSL | 114.89º | 0.96% | 0.9% | - |
| HSV(B) | 114.89º | 0.19% | 1% | - |
| XYZ | 73.57 | 89.24 | 72.38 | - |
| YUV | 235.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 207 | 0.17 | 0 | 0.19 | 0.00 | 114.89 | 0.96 | 0.9 |
| Hex | D3 | FE | CF | 11 | 0 | 13 | 0 | 73 | 60 | 5A |
| Octal | 323 | 376 | 317 | 21 | 0 | 23 | 0 | 163 | 140 | 132 |
| Binary | 11010011 | 11111110 | 11001111 | 10001 | 0 | 10011 | 0 | 1110011 | 1100000 | 1011010 |
Color Harmonies of #D3FECF
Complementary color
Monochromatic Colors of #D3FECF
Black with #D3FECF
Text Example
Text Example
White with #D3FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FECF; }
p { color: rgb(211,254,207); }
H1.HeaderClassName
{
color: #D3FECF;
}
.AnyTagClassName
{
color: #D3FECF;
}
</style>
background-color css
<style>
a { background-color: #D3FECF; }
a { background-color: rgb(211,254,207); }
div.DivClassName
{
background-color: #D3FECF;
}
.BgClassName
{
background-color: #D3FECF;
}
</style>
border-color css
<style>
span { border-color: #D3FECF; }
span { border-color: rgb(211,254,207); }
td.TdClassName
{
border-color: #D3FECF;
}
.TagClassName
{
border-color: #D3FECF;
}
</style>