Shades of Blue Romance #D5EFD1
Tints of Blue Romance #D5EFD1
RGB
CMYK
RGB Variations
Color information
#D5EFD1 (or 0xD5EFD1) is known color: Blue Romance. HEX triplet: D5, EF and D1. RGB value is (213,239,209). Sum of RGB (Red+Green+Blue) = 213+239+209=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFD1 is #2A102E. Grayscale: #E3E3E3. Windows color (decimal): -2756655 or 13758421. OLE color: 13758421.
HSL color Cylindrical-coordinate representation of color #D5EFD1: hue angle of 112º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5EFD1 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 209 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.06 |
| HSL | 112º | 0.48% | 0.88% | - |
| HSV(B) | 112º | 0.13% | 0.94% | - |
| XYZ | 69.82 | 80.48 | 72.18 | - |
| YUV | 227.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 209 | 0.11 | 0 | 0.13 | 0.06 | 112 | 0.48 | 0.88 |
| Hex | D5 | EF | D1 | B | 0 | D | 6 | 70 | 30 | 58 |
| Octal | 325 | 357 | 321 | 13 | 0 | 15 | 6 | 160 | 60 | 130 |
| Binary | 11010101 | 11101111 | 11010001 | 1011 | 0 | 1101 | 110 | 1110000 | 110000 | 1011000 |
Color Harmonies of #D5EFD1
Complementary color
Monochromatic Colors of #D5EFD1
Black with #D5EFD1
Text Example
Text Example
White with #D5EFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFD1; }
p { color: rgb(213,239,209); }
H1.HeaderClassName
{
color: #D5EFD1;
}
.AnyTagClassName
{
color: #D5EFD1;
}
</style>
background-color css
<style>
a { background-color: #D5EFD1; }
a { background-color: rgb(213,239,209); }
div.DivClassName
{
background-color: #D5EFD1;
}
.BgClassName
{
background-color: #D5EFD1;
}
</style>
border-color css
<style>
span { border-color: #D5EFD1; }
span { border-color: rgb(213,239,209); }
td.TdClassName
{
border-color: #D5EFD1;
}
.TagClassName
{
border-color: #D5EFD1;
}
</style>