Shades of Blue Romance #D3EBD1
Tints of Blue Romance #D3EBD1
RGB
CMYK
RGB Variations
Color information
#D3EBD1 (or 0xD3EBD1) is known color: Blue Romance. HEX triplet: D3, EB and D1. RGB value is (211,235,209). Sum of RGB (Red+Green+Blue) = 211+235+209=655 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.21% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBD1 is #2C142E. Grayscale: #E0E0E0. Windows color (decimal): -2888751 or 13757395. OLE color: 13757395.
HSL color Cylindrical-coordinate representation of color #D3EBD1: hue angle of 115.38º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3EBD1 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 209 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.08 |
| HSL | 115.38º | 0.39% | 0.87% | - |
| HSV(B) | 115.38º | 0.11% | 0.92% | - |
| XYZ | 68.08 | 77.87 | 71.76 | - |
| YUV | 224.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 209 | 0.10 | 0 | 0.11 | 0.08 | 115.38 | 0.39 | 0.87 |
| Hex | D3 | EB | D1 | A | 0 | B | 8 | 73 | 27 | 57 |
| Octal | 323 | 353 | 321 | 12 | 0 | 13 | 10 | 163 | 47 | 127 |
| Binary | 11010011 | 11101011 | 11010001 | 1010 | 0 | 1011 | 1000 | 1110011 | 100111 | 1010111 |
Color Harmonies of #D3EBD1
Complementary color
Monochromatic Colors of #D3EBD1
Black with #D3EBD1
Text Example
Text Example
White with #D3EBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBD1; }
p { color: rgb(211,235,209); }
H1.HeaderClassName
{
color: #D3EBD1;
}
.AnyTagClassName
{
color: #D3EBD1;
}
</style>
background-color css
<style>
a { background-color: #D3EBD1; }
a { background-color: rgb(211,235,209); }
div.DivClassName
{
background-color: #D3EBD1;
}
.BgClassName
{
background-color: #D3EBD1;
}
</style>
border-color css
<style>
span { border-color: #D3EBD1; }
span { border-color: rgb(211,235,209); }
td.TdClassName
{
border-color: #D3EBD1;
}
.TagClassName
{
border-color: #D3EBD1;
}
</style>