Shades of Blue Romance #D5FACD
Tints of Blue Romance #D5FACD
RGB
CMYK
RGB Variations
Color information
#D5FACD (or 0xD5FACD) is known color: Blue Romance. HEX triplet: D5, FA and CD. RGB value is (213,250,205). Sum of RGB (Red+Green+Blue) = 213+250+205=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FACD is #2A0532. Grayscale: #E9E9E9. Windows color (decimal): -2753843 or 13499093. OLE color: 13499093.
HSL color Cylindrical-coordinate representation of color #D5FACD: hue angle of 109.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 #D5FACD is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 205 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.02 |
| HSL | 109.33º | 0.82% | 0.89% | - |
| HSV(B) | 109.33º | 0.18% | 0.98% | - |
| XYZ | 72.65 | 86.93 | 70.71 | - |
| YUV | 233.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 205 | 0.15 | 0 | 0.18 | 0.02 | 109.33 | 0.82 | 0.89 |
| Hex | D5 | FA | CD | F | 0 | 12 | 2 | 6D | 52 | 59 |
| Octal | 325 | 372 | 315 | 17 | 0 | 22 | 2 | 155 | 122 | 131 |
| Binary | 11010101 | 11111010 | 11001101 | 1111 | 0 | 10010 | 10 | 1101101 | 1010010 | 1011001 |
Color Harmonies of #D5FACD
Complementary color
Monochromatic Colors of #D5FACD
Black with #D5FACD
Text Example
Text Example
White with #D5FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FACD; }
p { color: rgb(213,250,205); }
H1.HeaderClassName
{
color: #D5FACD;
}
.AnyTagClassName
{
color: #D5FACD;
}
</style>
background-color css
<style>
a { background-color: #D5FACD; }
a { background-color: rgb(213,250,205); }
div.DivClassName
{
background-color: #D5FACD;
}
.BgClassName
{
background-color: #D5FACD;
}
</style>
border-color css
<style>
span { border-color: #D5FACD; }
span { border-color: rgb(213,250,205); }
td.TdClassName
{
border-color: #D5FACD;
}
.TagClassName
{
border-color: #D5FACD;
}
</style>