Shades of Blue Romance #D3FBD1
Tints of Blue Romance #D3FBD1
RGB
CMYK
RGB Variations
Color information
#D3FBD1 (or 0xD3FBD1) is known color: Blue Romance. HEX triplet: D3, FB and D1. RGB value is (211,251,209). Sum of RGB (Red+Green+Blue) = 211+251+209=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FBD1 is #2C042E. Grayscale: #EAEAEA. Windows color (decimal): -2884655 or 13761491. OLE color: 13761491.
HSL color Cylindrical-coordinate representation of color #D3FBD1: hue angle of 117.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3FBD1 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 251 | 209 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.02 |
| HSL | 117.14º | 0.84% | 0.9% | - |
| HSV(B) | 117.14º | 0.17% | 0.98% | - |
| XYZ | 72.87 | 87.45 | 73.36 | - |
| YUV | 234.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 251 | 209 | 0.16 | 0 | 0.17 | 0.02 | 117.14 | 0.84 | 0.9 |
| Hex | D3 | FB | D1 | 10 | 0 | 11 | 2 | 75 | 54 | 5A |
| Octal | 323 | 373 | 321 | 20 | 0 | 21 | 2 | 165 | 124 | 132 |
| Binary | 11010011 | 11111011 | 11010001 | 10000 | 0 | 10001 | 10 | 1110101 | 1010100 | 1011010 |
Color Harmonies of #D3FBD1
Complementary color
Monochromatic Colors of #D3FBD1
Black with #D3FBD1
Text Example
Text Example
White with #D3FBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FBD1; }
p { color: rgb(211,251,209); }
H1.HeaderClassName
{
color: #D3FBD1;
}
.AnyTagClassName
{
color: #D3FBD1;
}
</style>
background-color css
<style>
a { background-color: #D3FBD1; }
a { background-color: rgb(211,251,209); }
div.DivClassName
{
background-color: #D3FBD1;
}
.BgClassName
{
background-color: #D3FBD1;
}
</style>
border-color css
<style>
span { border-color: #D3FBD1; }
span { border-color: rgb(211,251,209); }
td.TdClassName
{
border-color: #D3FBD1;
}
.TagClassName
{
border-color: #D3FBD1;
}
</style>