Shades of Blue Romance #D4FACD
Tints of Blue Romance #D4FACD
RGB
CMYK
RGB Variations
Color information
#D4FACD (or 0xD4FACD) is known color: Blue Romance. HEX triplet: D4, FA and CD. RGB value is (212,250,205). Sum of RGB (Red+Green+Blue) = 212+250+205=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FACD is #2B0532. Grayscale: #E9E9E9. Windows color (decimal): -2819379 or 13499092. OLE color: 13499092.
HSL color Cylindrical-coordinate representation of color #D4FACD: hue angle of 110.67º 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 #D4FACD is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 205 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.02 |
| HSL | 110.67º | 0.82% | 0.89% | - |
| HSV(B) | 110.67º | 0.18% | 0.98% | - |
| XYZ | 72.36 | 86.78 | 70.69 | - |
| YUV | 233.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 205 | 0.15 | 0 | 0.18 | 0.02 | 110.67 | 0.82 | 0.89 |
| Hex | D4 | FA | CD | F | 0 | 12 | 2 | 6F | 52 | 59 |
| Octal | 324 | 372 | 315 | 17 | 0 | 22 | 2 | 157 | 122 | 131 |
| Binary | 11010100 | 11111010 | 11001101 | 1111 | 0 | 10010 | 10 | 1101111 | 1010010 | 1011001 |
Color Harmonies of #D4FACD
Complementary color
Monochromatic Colors of #D4FACD
Black with #D4FACD
Text Example
Text Example
White with #D4FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FACD; }
p { color: rgb(212,250,205); }
H1.HeaderClassName
{
color: #D4FACD;
}
.AnyTagClassName
{
color: #D4FACD;
}
</style>
background-color css
<style>
a { background-color: #D4FACD; }
a { background-color: rgb(212,250,205); }
div.DivClassName
{
background-color: #D4FACD;
}
.BgClassName
{
background-color: #D4FACD;
}
</style>
border-color css
<style>
span { border-color: #D4FACD; }
span { border-color: rgb(212,250,205); }
td.TdClassName
{
border-color: #D4FACD;
}
.TagClassName
{
border-color: #D4FACD;
}
</style>