Shades of Blue Romance #D3E7D1
Tints of Blue Romance #D3E7D1
RGB
CMYK
RGB Variations
Color information
#D3E7D1 (or 0xD3E7D1) is known color: Blue Romance. HEX triplet: D3, E7 and D1. RGB value is (211,231,209). Sum of RGB (Red+Green+Blue) = 211+231+209=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E7D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E7D1 is #2C182E. Grayscale: #DEDEDE. Windows color (decimal): -2889775 or 13756371. OLE color: 13756371.
HSL color Cylindrical-coordinate representation of color #D3E7D1: hue angle of 114.55º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3E7D1 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 209 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.09 |
| HSL | 114.55º | 0.31% | 0.86% | - |
| HSV(B) | 114.55º | 0.1% | 0.91% | - |
| XYZ | 66.95 | 75.6 | 71.39 | - |
| YUV | 222.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 209 | 0.09 | 0 | 0.10 | 0.09 | 114.55 | 0.31 | 0.86 |
| Hex | D3 | E7 | D1 | 9 | 0 | A | 9 | 73 | 1F | 56 |
| Octal | 323 | 347 | 321 | 11 | 0 | 12 | 11 | 163 | 37 | 126 |
| Binary | 11010011 | 11100111 | 11010001 | 1001 | 0 | 1010 | 1001 | 1110011 | 11111 | 1010110 |
Color Harmonies of #D3E7D1
Complementary color
Monochromatic Colors of #D3E7D1
Black with #D3E7D1
Text Example
Text Example
White with #D3E7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E7D1; }
p { color: rgb(211,231,209); }
H1.HeaderClassName
{
color: #D3E7D1;
}
.AnyTagClassName
{
color: #D3E7D1;
}
</style>
background-color css
<style>
a { background-color: #D3E7D1; }
a { background-color: rgb(211,231,209); }
div.DivClassName
{
background-color: #D3E7D1;
}
.BgClassName
{
background-color: #D3E7D1;
}
</style>
border-color css
<style>
span { border-color: #D3E7D1; }
span { border-color: rgb(211,231,209); }
td.TdClassName
{
border-color: #D3E7D1;
}
.TagClassName
{
border-color: #D3E7D1;
}
</style>