Shades of Blue Romance #D2E7D1
Tints of Blue Romance #D2E7D1
RGB
CMYK
RGB Variations
Color information
#D2E7D1 (or 0xD2E7D1) is known color: Blue Romance. HEX triplet: D2, E7 and D1. RGB value is (210,231,209). Sum of RGB (Red+Green+Blue) = 210+231+209=650 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.31% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7D1 is #2D182E. Grayscale: #DEDEDE. Windows color (decimal): -2955311 or 13756370. OLE color: 13756370.
HSL color Cylindrical-coordinate representation of color #D2E7D1: hue angle of 117.27º 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 #D2E7D1 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 209 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.09 |
| HSL | 117.27º | 0.31% | 0.86% | - |
| HSV(B) | 117.27º | 0.1% | 0.91% | - |
| XYZ | 66.66 | 75.46 | 71.37 | - |
| YUV | 222.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 209 | 0.09 | 0 | 0.10 | 0.09 | 117.27 | 0.31 | 0.86 |
| Hex | D2 | E7 | D1 | 9 | 0 | A | 9 | 75 | 1F | 56 |
| Octal | 322 | 347 | 321 | 11 | 0 | 12 | 11 | 165 | 37 | 126 |
| Binary | 11010010 | 11100111 | 11010001 | 1001 | 0 | 1010 | 1001 | 1110101 | 11111 | 1010110 |
Color Harmonies of #D2E7D1
Complementary color
Monochromatic Colors of #D2E7D1
Black with #D2E7D1
Text Example
Text Example
White with #D2E7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E7D1; }
p { color: rgb(210,231,209); }
H1.HeaderClassName
{
color: #D2E7D1;
}
.AnyTagClassName
{
color: #D2E7D1;
}
</style>
background-color css
<style>
a { background-color: #D2E7D1; }
a { background-color: rgb(210,231,209); }
div.DivClassName
{
background-color: #D2E7D1;
}
.BgClassName
{
background-color: #D2E7D1;
}
</style>
border-color css
<style>
span { border-color: #D2E7D1; }
span { border-color: rgb(210,231,209); }
td.TdClassName
{
border-color: #D2E7D1;
}
.TagClassName
{
border-color: #D2E7D1;
}
</style>