Shades of Blue Romance #D0FACD
Tints of Blue Romance #D0FACD
RGB
CMYK
RGB Variations
Color information
#D0FACD (or 0xD0FACD) is known color: Blue Romance. HEX triplet: D0, FA and CD. RGB value is (208,250,205). Sum of RGB (Red+Green+Blue) = 208+250+205=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FACD is #2F0532. Grayscale: #E8E8E8. Windows color (decimal): -3081523 or 13499088. OLE color: 13499088.
HSL color Cylindrical-coordinate representation of color #D0FACD: hue angle of 116º 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 #D0FACD is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 205 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.02 |
| HSL | 116º | 0.82% | 0.89% | - |
| HSV(B) | 116º | 0.18% | 0.98% | - |
| XYZ | 71.22 | 86.19 | 70.64 | - |
| YUV | 232.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 205 | 0.17 | 0 | 0.18 | 0.02 | 116 | 0.82 | 0.89 |
| Hex | D0 | FA | CD | 11 | 0 | 12 | 2 | 74 | 52 | 59 |
| Octal | 320 | 372 | 315 | 21 | 0 | 22 | 2 | 164 | 122 | 131 |
| Binary | 11010000 | 11111010 | 11001101 | 10001 | 0 | 10010 | 10 | 1110100 | 1010010 | 1011001 |
Color Harmonies of #D0FACD
Complementary color
Monochromatic Colors of #D0FACD
Black with #D0FACD
Text Example
Text Example
White with #D0FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FACD; }
p { color: rgb(208,250,205); }
H1.HeaderClassName
{
color: #D0FACD;
}
.AnyTagClassName
{
color: #D0FACD;
}
</style>
background-color css
<style>
a { background-color: #D0FACD; }
a { background-color: rgb(208,250,205); }
div.DivClassName
{
background-color: #D0FACD;
}
.BgClassName
{
background-color: #D0FACD;
}
</style>
border-color css
<style>
span { border-color: #D0FACD; }
span { border-color: rgb(208,250,205); }
td.TdClassName
{
border-color: #D0FACD;
}
.TagClassName
{
border-color: #D0FACD;
}
</style>