Shades of Blue Romance #D3E9CE
Tints of Blue Romance #D3E9CE
RGB
CMYK
RGB Variations
Color information
#D3E9CE (or 0xD3E9CE) is known color: Blue Romance. HEX triplet: D3, E9 and CE. RGB value is (211,233,206). Sum of RGB (Red+Green+Blue) = 211+233+206=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E9CE is #2C1631. Grayscale: #DFDFDF. Windows color (decimal): -2889266 or 13560275. OLE color: 13560275.
HSL color Cylindrical-coordinate representation of color #D3E9CE: hue angle of 108.89º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3E9CE is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 233 | 206 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.09 |
| HSL | 108.89º | 0.38% | 0.86% | - |
| HSV(B) | 108.89º | 0.12% | 0.91% | - |
| XYZ | 67.14 | 76.58 | 69.64 | - |
| YUV | 223.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 233 | 206 | 0.09 | 0 | 0.12 | 0.09 | 108.89 | 0.38 | 0.86 |
| Hex | D3 | E9 | CE | 9 | 0 | C | 9 | 6D | 26 | 56 |
| Octal | 323 | 351 | 316 | 11 | 0 | 14 | 11 | 155 | 46 | 126 |
| Binary | 11010011 | 11101001 | 11001110 | 1001 | 0 | 1100 | 1001 | 1101101 | 100110 | 1010110 |
Color Harmonies of #D3E9CE
Complementary color
Monochromatic Colors of #D3E9CE
Black with #D3E9CE
Text Example
Text Example
White with #D3E9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E9CE; }
p { color: rgb(211,233,206); }
H1.HeaderClassName
{
color: #D3E9CE;
}
.AnyTagClassName
{
color: #D3E9CE;
}
</style>
background-color css
<style>
a { background-color: #D3E9CE; }
a { background-color: rgb(211,233,206); }
div.DivClassName
{
background-color: #D3E9CE;
}
.BgClassName
{
background-color: #D3E9CE;
}
</style>
border-color css
<style>
span { border-color: #D3E9CE; }
span { border-color: rgb(211,233,206); }
td.TdClassName
{
border-color: #D3E9CE;
}
.TagClassName
{
border-color: #D3E9CE;
}
</style>