Shades of Blue Romance #D1FACC
Tints of Blue Romance #D1FACC
RGB
CMYK
RGB Variations
Color information
#D1FACC (or 0xD1FACC) is known color: Blue Romance. HEX triplet: D1, FA and CC. RGB value is (209,250,204). Sum of RGB (Red+Green+Blue) = 209+250+204=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FACC is #2E0533. Grayscale: #E8E8E8. Windows color (decimal): -3015988 or 13433553. OLE color: 13433553.
HSL color Cylindrical-coordinate representation of color #D1FACC: hue angle of 113.48º 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 #D1FACC is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 204 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.02 |
| HSL | 113.48º | 0.82% | 0.89% | - |
| HSV(B) | 113.48º | 0.18% | 0.98% | - |
| XYZ | 71.38 | 86.29 | 70.02 | - |
| YUV | 232.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 204 | 0.16 | 0 | 0.18 | 0.02 | 113.48 | 0.82 | 0.89 |
| Hex | D1 | FA | CC | 10 | 0 | 12 | 2 | 71 | 52 | 59 |
| Octal | 321 | 372 | 314 | 20 | 0 | 22 | 2 | 161 | 122 | 131 |
| Binary | 11010001 | 11111010 | 11001100 | 10000 | 0 | 10010 | 10 | 1110001 | 1010010 | 1011001 |
Color Harmonies of #D1FACC
Complementary color
Monochromatic Colors of #D1FACC
Black with #D1FACC
Text Example
Text Example
White with #D1FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FACC; }
p { color: rgb(209,250,204); }
H1.HeaderClassName
{
color: #D1FACC;
}
.AnyTagClassName
{
color: #D1FACC;
}
</style>
background-color css
<style>
a { background-color: #D1FACC; }
a { background-color: rgb(209,250,204); }
div.DivClassName
{
background-color: #D1FACC;
}
.BgClassName
{
background-color: #D1FACC;
}
</style>
border-color css
<style>
span { border-color: #D1FACC; }
span { border-color: rgb(209,250,204); }
td.TdClassName
{
border-color: #D1FACC;
}
.TagClassName
{
border-color: #D1FACC;
}
</style>