Shades of Blue Romance #D3FECE
Tints of Blue Romance #D3FECE
RGB
CMYK
RGB Variations
Color information
#D3FECE (or 0xD3FECE) is known color: Blue Romance. HEX triplet: D3, FE and CE. RGB value is (211,254,206). Sum of RGB (Red+Green+Blue) = 211+254+206=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FECE is #2C0131. Grayscale: #EBEBEB. Windows color (decimal): -2883890 or 13565651. OLE color: 13565651.
HSL color Cylindrical-coordinate representation of color #D3FECE: hue angle of 113.75º 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 #D3FECE is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 206 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.00 |
| HSL | 113.75º | 0.96% | 0.9% | - |
| HSV(B) | 113.75º | 0.19% | 1% | - |
| XYZ | 73.45 | 89.19 | 71.74 | - |
| YUV | 235.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 206 | 0.17 | 0 | 0.19 | 0.00 | 113.75 | 0.96 | 0.9 |
| Hex | D3 | FE | CE | 11 | 0 | 13 | 0 | 72 | 60 | 5A |
| Octal | 323 | 376 | 316 | 21 | 0 | 23 | 0 | 162 | 140 | 132 |
| Binary | 11010011 | 11111110 | 11001110 | 10001 | 0 | 10011 | 0 | 1110010 | 1100000 | 1011010 |
Color Harmonies of #D3FECE
Complementary color
Monochromatic Colors of #D3FECE
Black with #D3FECE
Text Example
Text Example
White with #D3FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FECE; }
p { color: rgb(211,254,206); }
H1.HeaderClassName
{
color: #D3FECE;
}
.AnyTagClassName
{
color: #D3FECE;
}
</style>
background-color css
<style>
a { background-color: #D3FECE; }
a { background-color: rgb(211,254,206); }
div.DivClassName
{
background-color: #D3FECE;
}
.BgClassName
{
background-color: #D3FECE;
}
</style>
border-color css
<style>
span { border-color: #D3FECE; }
span { border-color: rgb(211,254,206); }
td.TdClassName
{
border-color: #D3FECE;
}
.TagClassName
{
border-color: #D3FECE;
}
</style>