Shades of Blue Romance #D3FACD
Tints of Blue Romance #D3FACD
RGB
CMYK
RGB Variations
Color information
#D3FACD (or 0xD3FACD) is known color: Blue Romance. HEX triplet: D3, FA and CD. RGB value is (211,250,205). Sum of RGB (Red+Green+Blue) = 211+250+205=666 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.68% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FACD is #2C0532. Grayscale: #E9E9E9. Windows color (decimal): -2884915 or 13499091. OLE color: 13499091.
HSL color Cylindrical-coordinate representation of color #D3FACD: hue angle of 112º 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 #D3FACD is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 205 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.02 |
| HSL | 112º | 0.82% | 0.89% | - |
| HSV(B) | 112º | 0.18% | 0.98% | - |
| XYZ | 72.07 | 86.63 | 70.68 | - |
| YUV | 233.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 205 | 0.16 | 0 | 0.18 | 0.02 | 112 | 0.82 | 0.89 |
| Hex | D3 | FA | CD | 10 | 0 | 12 | 2 | 70 | 52 | 59 |
| Octal | 323 | 372 | 315 | 20 | 0 | 22 | 2 | 160 | 122 | 131 |
| Binary | 11010011 | 11111010 | 11001101 | 10000 | 0 | 10010 | 10 | 1110000 | 1010010 | 1011001 |
Color Harmonies of #D3FACD
Complementary color
Monochromatic Colors of #D3FACD
Black with #D3FACD
Text Example
Text Example
White with #D3FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FACD; }
p { color: rgb(211,250,205); }
H1.HeaderClassName
{
color: #D3FACD;
}
.AnyTagClassName
{
color: #D3FACD;
}
</style>
background-color css
<style>
a { background-color: #D3FACD; }
a { background-color: rgb(211,250,205); }
div.DivClassName
{
background-color: #D3FACD;
}
.BgClassName
{
background-color: #D3FACD;
}
</style>
border-color css
<style>
span { border-color: #D3FACD; }
span { border-color: rgb(211,250,205); }
td.TdClassName
{
border-color: #D3FACD;
}
.TagClassName
{
border-color: #D3FACD;
}
</style>