Shades of Blue Romance #D3E2D1
Tints of Blue Romance #D3E2D1
RGB
CMYK
RGB Variations
Color information
#D3E2D1 (or 0xD3E2D1) is known color: Blue Romance. HEX triplet: D3, E2 and D1. RGB value is (211,226,209). Sum of RGB (Red+Green+Blue) = 211+226+209=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E2D1 is #2C1D2E. Grayscale: #DBDBDB. Windows color (decimal): -2891055 or 13755091. OLE color: 13755091.
HSL color Cylindrical-coordinate representation of color #D3E2D1: hue angle of 112.94º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3E2D1 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 209 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.11 |
| HSL | 112.94º | 0.23% | 0.85% | - |
| HSV(B) | 112.94º | 0.08% | 0.89% | - |
| XYZ | 65.57 | 72.85 | 70.93 | - |
| YUV | 219.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 209 | 0.07 | 0 | 0.08 | 0.11 | 112.94 | 0.23 | 0.85 |
| Hex | D3 | E2 | D1 | 7 | 0 | 8 | B | 71 | 17 | 55 |
| Octal | 323 | 342 | 321 | 7 | 0 | 10 | 13 | 161 | 27 | 125 |
| Binary | 11010011 | 11100010 | 11010001 | 111 | 0 | 1000 | 1011 | 1110001 | 10111 | 1010101 |
Color Harmonies of #D3E2D1
Complementary color
Monochromatic Colors of #D3E2D1
Black with #D3E2D1
Text Example
Text Example
White with #D3E2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E2D1; }
p { color: rgb(211,226,209); }
H1.HeaderClassName
{
color: #D3E2D1;
}
.AnyTagClassName
{
color: #D3E2D1;
}
</style>
background-color css
<style>
a { background-color: #D3E2D1; }
a { background-color: rgb(211,226,209); }
div.DivClassName
{
background-color: #D3E2D1;
}
.BgClassName
{
background-color: #D3E2D1;
}
</style>
border-color css
<style>
span { border-color: #D3E2D1; }
span { border-color: rgb(211,226,209); }
td.TdClassName
{
border-color: #D3E2D1;
}
.TagClassName
{
border-color: #D3E2D1;
}
</style>