Shades of Blue Romance #D5F4D1
Tints of Blue Romance #D5F4D1
RGB
CMYK
RGB Variations
Color information
#D5F4D1 (or 0xD5F4D1) is known color: Blue Romance. HEX triplet: D5, F4 and D1. RGB value is (213,244,209). Sum of RGB (Red+Green+Blue) = 213+244+209=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F4D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F4D1 is #2A0B2E. Grayscale: #E6E6E6. Windows color (decimal): -2755375 or 13759701. OLE color: 13759701.
HSL color Cylindrical-coordinate representation of color #D5F4D1: hue angle of 113.14º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F4D1 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 209 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.04 |
| HSL | 113.14º | 0.61% | 0.89% | - |
| HSV(B) | 113.14º | 0.14% | 0.96% | - |
| XYZ | 71.3 | 83.45 | 72.67 | - |
| YUV | 230.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 209 | 0.13 | 0 | 0.14 | 0.04 | 113.14 | 0.61 | 0.89 |
| Hex | D5 | F4 | D1 | D | 0 | E | 4 | 71 | 3D | 59 |
| Octal | 325 | 364 | 321 | 15 | 0 | 16 | 4 | 161 | 75 | 131 |
| Binary | 11010101 | 11110100 | 11010001 | 1101 | 0 | 1110 | 100 | 1110001 | 111101 | 1011001 |
Color Harmonies of #D5F4D1
Complementary color
Monochromatic Colors of #D5F4D1
Black with #D5F4D1
Text Example
Text Example
White with #D5F4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F4D1; }
p { color: rgb(213,244,209); }
H1.HeaderClassName
{
color: #D5F4D1;
}
.AnyTagClassName
{
color: #D5F4D1;
}
</style>
background-color css
<style>
a { background-color: #D5F4D1; }
a { background-color: rgb(213,244,209); }
div.DivClassName
{
background-color: #D5F4D1;
}
.BgClassName
{
background-color: #D5F4D1;
}
</style>
border-color css
<style>
span { border-color: #D5F4D1; }
span { border-color: rgb(213,244,209); }
td.TdClassName
{
border-color: #D5F4D1;
}
.TagClassName
{
border-color: #D5F4D1;
}
</style>