Shades of Blue Romance #D1FFCE
Tints of Blue Romance #D1FFCE
RGB
CMYK
RGB Variations
Color information
#D1FFCE (or 0xD1FFCE) is known color: Blue Romance. HEX triplet: D1, FF and CE. RGB value is (209,255,206). Sum of RGB (Red+Green+Blue) = 209+255+206=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FFCE is #2E0031. Grayscale: #EBEBEB. Windows color (decimal): -3014706 or 13565905. OLE color: 13565905.
HSL color Cylindrical-coordinate representation of color #D1FFCE: hue angle of 116.33º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1FFCE is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 206 | - |
| CMYK | 0.18 | 0 | 0.19 | 0 |
| HSL | 116.33º | 1% | 0.9% | - |
| HSV(B) | 116.33º | 0.19% | 1% | - |
| XYZ | 73.2 | 89.53 | 71.82 | - |
| YUV | 235.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 206 | 0.18 | 0 | 0.19 | 0 | 116.33 | 1 | 0.9 |
| Hex | D1 | FF | CE | 12 | 0 | 13 | 0 | 74 | 64 | 5A |
| Octal | 321 | 377 | 316 | 22 | 0 | 23 | 0 | 164 | 144 | 132 |
| Binary | 11010001 | 11111111 | 11001110 | 10010 | 0 | 10011 | 0 | 1110100 | 1100100 | 1011010 |
Color Harmonies of #D1FFCE
Complementary color
Monochromatic Colors of #D1FFCE
Black with #D1FFCE
Text Example
Text Example
White with #D1FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FFCE; }
p { color: rgb(209,255,206); }
H1.HeaderClassName
{
color: #D1FFCE;
}
.AnyTagClassName
{
color: #D1FFCE;
}
</style>
background-color css
<style>
a { background-color: #D1FFCE; }
a { background-color: rgb(209,255,206); }
div.DivClassName
{
background-color: #D1FFCE;
}
.BgClassName
{
background-color: #D1FFCE;
}
</style>
border-color css
<style>
span { border-color: #D1FFCE; }
span { border-color: rgb(209,255,206); }
td.TdClassName
{
border-color: #D1FFCE;
}
.TagClassName
{
border-color: #D1FFCE;
}
</style>