Shades of Blue Romance #D2FACD
Tints of Blue Romance #D2FACD
RGB
CMYK
RGB Variations
Color information
#D2FACD (or 0xD2FACD) is known color: Blue Romance. HEX triplet: D2, FA and CD. RGB value is (210,250,205). Sum of RGB (Red+Green+Blue) = 210+250+205=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FACD is #2D0532. Grayscale: #E9E9E9. Windows color (decimal): -2950451 or 13499090. OLE color: 13499090.
HSL color Cylindrical-coordinate representation of color #D2FACD: hue angle of 113.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FACD is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 205 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.02 |
| HSL | 113.33º | 0.82% | 0.89% | - |
| HSV(B) | 113.33º | 0.18% | 0.98% | - |
| XYZ | 71.78 | 86.48 | 70.67 | - |
| YUV | 232.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 205 | 0.16 | 0 | 0.18 | 0.02 | 113.33 | 0.82 | 0.89 |
| Hex | D2 | FA | CD | 10 | 0 | 12 | 2 | 71 | 52 | 59 |
| Octal | 322 | 372 | 315 | 20 | 0 | 22 | 2 | 161 | 122 | 131 |
| Binary | 11010010 | 11111010 | 11001101 | 10000 | 0 | 10010 | 10 | 1110001 | 1010010 | 1011001 |
Color Harmonies of #D2FACD
Complementary color
Monochromatic Colors of #D2FACD
Black with #D2FACD
Text Example
Text Example
White with #D2FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FACD; }
p { color: rgb(210,250,205); }
H1.HeaderClassName
{
color: #D2FACD;
}
.AnyTagClassName
{
color: #D2FACD;
}
</style>
background-color css
<style>
a { background-color: #D2FACD; }
a { background-color: rgb(210,250,205); }
div.DivClassName
{
background-color: #D2FACD;
}
.BgClassName
{
background-color: #D2FACD;
}
</style>
border-color css
<style>
span { border-color: #D2FACD; }
span { border-color: rgb(210,250,205); }
td.TdClassName
{
border-color: #D2FACD;
}
.TagClassName
{
border-color: #D2FACD;
}
</style>