Shades of Blue Romance #D9F8D0
Tints of Blue Romance #D9F8D0
RGB
CMYK
RGB Variations
Color information
#D9F8D0 (or 0xD9F8D0) is known color: Blue Romance. HEX triplet: D9, F8 and D0. RGB value is (217,248,208). Sum of RGB (Red+Green+Blue) = 217+248+208=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 208 (81.64% from 255 or 30.91% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F8D0 is #26072F. Grayscale: #EAEAEA. Windows color (decimal): -2492208 or 13695193. OLE color: 13695193.
HSL color Cylindrical-coordinate representation of color #D9F8D0: hue angle of 106.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9F8D0 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
RGB | 217 | 248 | 208 | - |
CMYK | 0.12 | 0 | 0.16 | 0.03 |
HSL | 106.5º | 0.74% | 0.89% | - |
HSV(B) | 106.5º | 0.16% | 0.97% | - |
XYZ | 73.57 | 86.44 | 72.48 | - |
YUV | 234.17 | 113.23 | 115.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 248 | 208 | 0.12 | 0 | 0.16 | 0.03 | 106.5 | 0.74 | 0.89 |
Hex | D9 | F8 | D0 | C | 0 | 10 | 3 | 6A | 4A | 59 |
Octal | 331 | 370 | 320 | 14 | 0 | 20 | 3 | 152 | 112 | 131 |
Binary | 11011001 | 11111000 | 11010000 | 1100 | 0 | 10000 | 11 | 1101010 | 1001010 | 1011001 |
Color Harmonies of #D9F8D0
Complementary color
Monochromatic Colors of #D9F8D0
Black with #D9F8D0
Text Example
Text Example
White with #D9F8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F8D0; }
p { color: rgb(217,248,208); }
H1.HeaderClassName
{
color: #D9F8D0;
}
.AnyTagClassName
{
color: #D9F8D0;
}
</style>
background-color css
<style>
a { background-color: #D9F8D0; }
a { background-color: rgb(217,248,208); }
div.DivClassName
{
background-color: #D9F8D0;
}
.BgClassName
{
background-color: #D9F8D0;
}
</style>
border-color css
<style>
span { border-color: #D9F8D0; }
span { border-color: rgb(217,248,208); }
td.TdClassName
{
border-color: #D9F8D0;
}
.TagClassName
{
border-color: #D9F8D0;
}
</style>