Shades of Blue Romance #D9FDD5
Tints of Blue Romance #D9FDD5
RGB
CMYK
RGB Variations
Color information
#D9FDD5 (or 0xD9FDD5) is known color: Blue Romance. HEX triplet: D9, FD and D5. RGB value is (217,253,213). Sum of RGB (Red+Green+Blue) = 217+253+213=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDD5 is #26022A. Grayscale: #EDEDED. Windows color (decimal): -2490923 or 14024153. OLE color: 14024153.
HSL color Cylindrical-coordinate representation of color #D9FDD5: hue angle of 114º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9FDD5 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 253 | 213 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.01 |
| HSL | 114º | 0.91% | 0.91% | - |
| HSV(B) | 114º | 0.16% | 0.99% | - |
| XYZ | 75.75 | 89.81 | 76.29 | - |
| YUV | 237.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 253 | 213 | 0.14 | 0 | 0.16 | 0.01 | 114 | 0.91 | 0.91 |
| Hex | D9 | FD | D5 | E | 0 | 10 | 1 | 72 | 5B | 5B |
| Octal | 331 | 375 | 325 | 16 | 0 | 20 | 1 | 162 | 133 | 133 |
| Binary | 11011001 | 11111101 | 11010101 | 1110 | 0 | 10000 | 1 | 1110010 | 1011011 | 1011011 |
Color Harmonies of #D9FDD5
Complementary color
Monochromatic Colors of #D9FDD5
Black with #D9FDD5
Text Example
Text Example
White with #D9FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FDD5; }
p { color: rgb(217,253,213); }
H1.HeaderClassName
{
color: #D9FDD5;
}
.AnyTagClassName
{
color: #D9FDD5;
}
</style>
background-color css
<style>
a { background-color: #D9FDD5; }
a { background-color: rgb(217,253,213); }
div.DivClassName
{
background-color: #D9FDD5;
}
.BgClassName
{
background-color: #D9FDD5;
}
</style>
border-color css
<style>
span { border-color: #D9FDD5; }
span { border-color: rgb(217,253,213); }
td.TdClassName
{
border-color: #D9FDD5;
}
.TagClassName
{
border-color: #D9FDD5;
}
</style>