Shades of Blue Romance #D3FBCE
Tints of Blue Romance #D3FBCE
RGB
CMYK
RGB Variations
Color information
#D3FBCE (or 0xD3FBCE) is known color: Blue Romance. HEX triplet: D3, FB and CE. RGB value is (211,251,206). Sum of RGB (Red+Green+Blue) = 211+251+206=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FBCE is #2C0431. Grayscale: #EAEAEA. Windows color (decimal): -2884658 or 13564883. OLE color: 13564883.
HSL color Cylindrical-coordinate representation of color #D3FBCE: hue angle of 113.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3FBCE is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 251 | 206 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.02 |
| HSL | 113.33º | 0.85% | 0.9% | - |
| HSV(B) | 113.33º | 0.18% | 0.98% | - |
| XYZ | 72.5 | 87.3 | 71.42 | - |
| YUV | 233.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 251 | 206 | 0.16 | 0 | 0.18 | 0.02 | 113.33 | 0.85 | 0.9 |
| Hex | D3 | FB | CE | 10 | 0 | 12 | 2 | 71 | 55 | 5A |
| Octal | 323 | 373 | 316 | 20 | 0 | 22 | 2 | 161 | 125 | 132 |
| Binary | 11010011 | 11111011 | 11001110 | 10000 | 0 | 10010 | 10 | 1110001 | 1010101 | 1011010 |
Color Harmonies of #D3FBCE
Complementary color
Monochromatic Colors of #D3FBCE
Black with #D3FBCE
Text Example
Text Example
White with #D3FBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FBCE; }
p { color: rgb(211,251,206); }
H1.HeaderClassName
{
color: #D3FBCE;
}
.AnyTagClassName
{
color: #D3FBCE;
}
</style>
background-color css
<style>
a { background-color: #D3FBCE; }
a { background-color: rgb(211,251,206); }
div.DivClassName
{
background-color: #D3FBCE;
}
.BgClassName
{
background-color: #D3FBCE;
}
</style>
border-color css
<style>
span { border-color: #D3FBCE; }
span { border-color: rgb(211,251,206); }
td.TdClassName
{
border-color: #D3FBCE;
}
.TagClassName
{
border-color: #D3FBCE;
}
</style>