Shades of Blue Romance #D5EDD0
Tints of Blue Romance #D5EDD0
RGB
CMYK
RGB Variations
Color information
#D5EDD0 (or 0xD5EDD0) is known color: Blue Romance. HEX triplet: D5, ED and D0. RGB value is (213,237,208). Sum of RGB (Red+Green+Blue) = 213+237+208=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDD0 is #2A122F. Grayscale: #E2E2E2. Windows color (decimal): -2757168 or 13692373. OLE color: 13692373.
HSL color Cylindrical-coordinate representation of color #D5EDD0: hue angle of 109.66º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5EDD0 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 208 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.07 |
| HSL | 109.66º | 0.45% | 0.87% | - |
| HSV(B) | 109.66º | 0.12% | 0.93% | - |
| XYZ | 69.11 | 79.27 | 71.33 | - |
| YUV | 226.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 208 | 0.10 | 0 | 0.12 | 0.07 | 109.66 | 0.45 | 0.87 |
| Hex | D5 | ED | D0 | A | 0 | C | 7 | 6E | 2D | 57 |
| Octal | 325 | 355 | 320 | 12 | 0 | 14 | 7 | 156 | 55 | 127 |
| Binary | 11010101 | 11101101 | 11010000 | 1010 | 0 | 1100 | 111 | 1101110 | 101101 | 1010111 |
Color Harmonies of #D5EDD0
Complementary color
Monochromatic Colors of #D5EDD0
Black with #D5EDD0
Text Example
Text Example
White with #D5EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDD0; }
p { color: rgb(213,237,208); }
H1.HeaderClassName
{
color: #D5EDD0;
}
.AnyTagClassName
{
color: #D5EDD0;
}
</style>
background-color css
<style>
a { background-color: #D5EDD0; }
a { background-color: rgb(213,237,208); }
div.DivClassName
{
background-color: #D5EDD0;
}
.BgClassName
{
background-color: #D5EDD0;
}
</style>
border-color css
<style>
span { border-color: #D5EDD0; }
span { border-color: rgb(213,237,208); }
td.TdClassName
{
border-color: #D5EDD0;
}
.TagClassName
{
border-color: #D5EDD0;
}
</style>