Shades of Blue Romance #D9F1D6
Tints of Blue Romance #D9F1D6
RGB
CMYK
RGB Variations
Color information
#D9F1D6 (or 0xD9F1D6) is known color: Blue Romance. HEX triplet: D9, F1 and D6. RGB value is (217,241,214). Sum of RGB (Red+Green+Blue) = 217+241+214=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F1D6 is #260E29. Grayscale: #E6E6E6. Windows color (decimal): -2493994 or 14086617. OLE color: 14086617.
HSL color Cylindrical-coordinate representation of color #D9F1D6: hue angle of 113.33º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9F1D6 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 214 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.05 |
| HSL | 113.33º | 0.49% | 0.89% | - |
| HSV(B) | 113.33º | 0.11% | 0.95% | - |
| XYZ | 72.21 | 82.52 | 75.74 | - |
| YUV | 230.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 214 | 0.10 | 0 | 0.11 | 0.05 | 113.33 | 0.49 | 0.89 |
| Hex | D9 | F1 | D6 | A | 0 | B | 5 | 71 | 31 | 59 |
| Octal | 331 | 361 | 326 | 12 | 0 | 13 | 5 | 161 | 61 | 131 |
| Binary | 11011001 | 11110001 | 11010110 | 1010 | 0 | 1011 | 101 | 1110001 | 110001 | 1011001 |
Color Harmonies of #D9F1D6
Complementary color
Monochromatic Colors of #D9F1D6
Black with #D9F1D6
Text Example
Text Example
White with #D9F1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F1D6; }
p { color: rgb(217,241,214); }
H1.HeaderClassName
{
color: #D9F1D6;
}
.AnyTagClassName
{
color: #D9F1D6;
}
</style>
background-color css
<style>
a { background-color: #D9F1D6; }
a { background-color: rgb(217,241,214); }
div.DivClassName
{
background-color: #D9F1D6;
}
.BgClassName
{
background-color: #D9F1D6;
}
</style>
border-color css
<style>
span { border-color: #D9F1D6; }
span { border-color: rgb(217,241,214); }
td.TdClassName
{
border-color: #D9F1D6;
}
.TagClassName
{
border-color: #D9F1D6;
}
</style>