Shades of Blue Romance #D3F3CE
Tints of Blue Romance #D3F3CE
RGB
CMYK
RGB Variations
Color information
#D3F3CE (or 0xD3F3CE) is known color: Blue Romance. HEX triplet: D3, F3 and CE. RGB value is (211,243,206). Sum of RGB (Red+Green+Blue) = 211+243+206=660 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.97% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F3CE is #2C0C31. Grayscale: #E5E5E5. Windows color (decimal): -2886706 or 13562835. OLE color: 13562835.
HSL color Cylindrical-coordinate representation of color #D3F3CE: hue angle of 111.89º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3F3CE is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 206 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.05 |
| HSL | 111.89º | 0.61% | 0.88% | - |
| HSV(B) | 111.89º | 0.15% | 0.95% | - |
| XYZ | 70.06 | 82.41 | 70.61 | - |
| YUV | 229.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 206 | 0.13 | 0 | 0.15 | 0.05 | 111.89 | 0.61 | 0.88 |
| Hex | D3 | F3 | CE | D | 0 | F | 5 | 70 | 3D | 58 |
| Octal | 323 | 363 | 316 | 15 | 0 | 17 | 5 | 160 | 75 | 130 |
| Binary | 11010011 | 11110011 | 11001110 | 1101 | 0 | 1111 | 101 | 1110000 | 111101 | 1011000 |
Color Harmonies of #D3F3CE
Complementary color
Monochromatic Colors of #D3F3CE
Black with #D3F3CE
Text Example
Text Example
White with #D3F3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F3CE; }
p { color: rgb(211,243,206); }
H1.HeaderClassName
{
color: #D3F3CE;
}
.AnyTagClassName
{
color: #D3F3CE;
}
</style>
background-color css
<style>
a { background-color: #D3F3CE; }
a { background-color: rgb(211,243,206); }
div.DivClassName
{
background-color: #D3F3CE;
}
.BgClassName
{
background-color: #D3F3CE;
}
</style>
border-color css
<style>
span { border-color: #D3F3CE; }
span { border-color: rgb(211,243,206); }
td.TdClassName
{
border-color: #D3F3CE;
}
.TagClassName
{
border-color: #D3F3CE;
}
</style>