Shades of Blue Romance #D3FFCE
Tints of Blue Romance #D3FFCE
RGB
CMYK
RGB Variations
Color information
#D3FFCE (or 0xD3FFCE) is known color: Blue Romance. HEX triplet: D3, FF and CE. RGB value is (211,255,206). Sum of RGB (Red+Green+Blue) = 211+255+206=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FFCE is #2C0031. Grayscale: #ECECEC. Windows color (decimal): -2883634 or 13565907. OLE color: 13565907.
HSL color Cylindrical-coordinate representation of color #D3FFCE: hue angle of 113.88º 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 #D3FFCE is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 206 | - |
| CMYK | 0.17 | 0 | 0.19 | 0 |
| HSL | 113.88º | 1% | 0.9% | - |
| HSV(B) | 113.88º | 0.19% | 1% | - |
| XYZ | 73.76 | 89.83 | 71.84 | - |
| YUV | 236.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 206 | 0.17 | 0 | 0.19 | 0 | 113.88 | 1 | 0.9 |
| Hex | D3 | FF | CE | 11 | 0 | 13 | 0 | 72 | 64 | 5A |
| Octal | 323 | 377 | 316 | 21 | 0 | 23 | 0 | 162 | 144 | 132 |
| Binary | 11010011 | 11111111 | 11001110 | 10001 | 0 | 10011 | 0 | 1110010 | 1100100 | 1011010 |
Color Harmonies of #D3FFCE
Complementary color
Monochromatic Colors of #D3FFCE
Black with #D3FFCE
Text Example
Text Example
White with #D3FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FFCE; }
p { color: rgb(211,255,206); }
H1.HeaderClassName
{
color: #D3FFCE;
}
.AnyTagClassName
{
color: #D3FFCE;
}
</style>
background-color css
<style>
a { background-color: #D3FFCE; }
a { background-color: rgb(211,255,206); }
div.DivClassName
{
background-color: #D3FFCE;
}
.BgClassName
{
background-color: #D3FFCE;
}
</style>
border-color css
<style>
span { border-color: #D3FFCE; }
span { border-color: rgb(211,255,206); }
td.TdClassName
{
border-color: #D3FFCE;
}
.TagClassName
{
border-color: #D3FFCE;
}
</style>