Shades of Blue Romance #D9F9D5
Tints of Blue Romance #D9F9D5
RGB
CMYK
RGB Variations
Color information
#D9F9D5 (or 0xD9F9D5) is known color: Blue Romance. HEX triplet: D9, F9 and D5. RGB value is (217,249,213). Sum of RGB (Red+Green+Blue) = 217+249+213=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 249 (97.66% from 255 or 36.67% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F9D5 is #26062A. Grayscale: #EBEBEB. Windows color (decimal): -2491947 or 14023129. OLE color: 14023129.
HSL color Cylindrical-coordinate representation of color #D9F9D5: hue angle of 113.33º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9F9D5 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 249 | 213 | - |
CMYK | 0.13 | 0 | 0.14 | 0.02 |
HSL | 113.33º | 0.75% | 0.91% | - |
HSV(B) | 113.33º | 0.14% | 0.98% | - |
XYZ | 74.5 | 87.31 | 75.88 | - |
YUV | 235.33 | 115.4 | 114.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 249 | 213 | 0.13 | 0 | 0.14 | 0.02 | 113.33 | 0.75 | 0.91 |
Hex | D9 | F9 | D5 | D | 0 | E | 2 | 71 | 4B | 5B |
Octal | 331 | 371 | 325 | 15 | 0 | 16 | 2 | 161 | 113 | 133 |
Binary | 11011001 | 11111001 | 11010101 | 1101 | 0 | 1110 | 10 | 1110001 | 1001011 | 1011011 |
Color Harmonies of #D9F9D5
Complementary color
Monochromatic Colors of #D9F9D5
Black with #D9F9D5
Text Example
Text Example
White with #D9F9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F9D5; }
p { color: rgb(217,249,213); }
H1.HeaderClassName
{
color: #D9F9D5;
}
.AnyTagClassName
{
color: #D9F9D5;
}
</style>
background-color css
<style>
a { background-color: #D9F9D5; }
a { background-color: rgb(217,249,213); }
div.DivClassName
{
background-color: #D9F9D5;
}
.BgClassName
{
background-color: #D9F9D5;
}
</style>
border-color css
<style>
span { border-color: #D9F9D5; }
span { border-color: rgb(217,249,213); }
td.TdClassName
{
border-color: #D9F9D5;
}
.TagClassName
{
border-color: #D9F9D5;
}
</style>