Shades of Blue Romance #D6FDCE
Tints of Blue Romance #D6FDCE
RGB
CMYK
RGB Variations
Color information
#D6FDCE (or 0xD6FDCE) is known color: Blue Romance. HEX triplet: D6, FD and CE. RGB value is (214,253,206). Sum of RGB (Red+Green+Blue) = 214+253+206=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FDCE is #290231. Grayscale: #ECECEC. Windows color (decimal): -2687538 or 13565398. OLE color: 13565398.
HSL color Cylindrical-coordinate representation of color #D6FDCE: hue angle of 109.79º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6FDCE is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 253 | 206 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.01 |
| HSL | 109.79º | 0.92% | 0.9% | - |
| HSV(B) | 109.79º | 0.19% | 0.99% | - |
| XYZ | 74 | 89 | 71.67 | - |
| YUV | 235.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 253 | 206 | 0.15 | 0 | 0.19 | 0.01 | 109.79 | 0.92 | 0.9 |
| Hex | D6 | FD | CE | F | 0 | 13 | 1 | 6E | 5C | 5A |
| Octal | 326 | 375 | 316 | 17 | 0 | 23 | 1 | 156 | 134 | 132 |
| Binary | 11010110 | 11111101 | 11001110 | 1111 | 0 | 10011 | 1 | 1101110 | 1011100 | 1011010 |
Color Harmonies of #D6FDCE
Complementary color
Monochromatic Colors of #D6FDCE
Black with #D6FDCE
Text Example
Text Example
White with #D6FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FDCE; }
p { color: rgb(214,253,206); }
H1.HeaderClassName
{
color: #D6FDCE;
}
.AnyTagClassName
{
color: #D6FDCE;
}
</style>
background-color css
<style>
a { background-color: #D6FDCE; }
a { background-color: rgb(214,253,206); }
div.DivClassName
{
background-color: #D6FDCE;
}
.BgClassName
{
background-color: #D6FDCE;
}
</style>
border-color css
<style>
span { border-color: #D6FDCE; }
span { border-color: rgb(214,253,206); }
td.TdClassName
{
border-color: #D6FDCE;
}
.TagClassName
{
border-color: #D6FDCE;
}
</style>