Shades of Blue Romance #D5ECD1
Tints of Blue Romance #D5ECD1
RGB
CMYK
RGB Variations
Color information
#D5ECD1 (or 0xD5ECD1) is known color: Blue Romance. HEX triplet: D5, EC and D1. RGB value is (213,236,209). Sum of RGB (Red+Green+Blue) = 213+236+209=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECD1 is #2A132E. Grayscale: #E2E2E2. Windows color (decimal): -2757423 or 13757653. OLE color: 13757653.
HSL color Cylindrical-coordinate representation of color #D5ECD1: hue angle of 111.11º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5ECD1 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 209 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.07 |
| HSL | 111.11º | 0.42% | 0.87% | - |
| HSV(B) | 111.11º | 0.11% | 0.93% | - |
| XYZ | 68.94 | 78.74 | 71.89 | - |
| YUV | 226.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 209 | 0.10 | 0 | 0.11 | 0.07 | 111.11 | 0.42 | 0.87 |
| Hex | D5 | EC | D1 | A | 0 | B | 7 | 6F | 2A | 57 |
| Octal | 325 | 354 | 321 | 12 | 0 | 13 | 7 | 157 | 52 | 127 |
| Binary | 11010101 | 11101100 | 11010001 | 1010 | 0 | 1011 | 111 | 1101111 | 101010 | 1010111 |
Color Harmonies of #D5ECD1
Complementary color
Monochromatic Colors of #D5ECD1
Black with #D5ECD1
Text Example
Text Example
White with #D5ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECD1; }
p { color: rgb(213,236,209); }
H1.HeaderClassName
{
color: #D5ECD1;
}
.AnyTagClassName
{
color: #D5ECD1;
}
</style>
background-color css
<style>
a { background-color: #D5ECD1; }
a { background-color: rgb(213,236,209); }
div.DivClassName
{
background-color: #D5ECD1;
}
.BgClassName
{
background-color: #D5ECD1;
}
</style>
border-color css
<style>
span { border-color: #D5ECD1; }
span { border-color: rgb(213,236,209); }
td.TdClassName
{
border-color: #D5ECD1;
}
.TagClassName
{
border-color: #D5ECD1;
}
</style>