Shades of Blue Romance #D0FACB
Tints of Blue Romance #D0FACB
RGB
CMYK
RGB Variations
Color information
#D0FACB (or 0xD0FACB) is known color: Blue Romance. HEX triplet: D0, FA and CB. RGB value is (208,250,203). Sum of RGB (Red+Green+Blue) = 208+250+203=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FACB is #2F0534. Grayscale: #E8E8E8. Windows color (decimal): -3081525 or 13368016. OLE color: 13368016.
HSL color Cylindrical-coordinate representation of color #D0FACB: hue angle of 113.62º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0FACB is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 203 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.02 |
| HSL | 113.62º | 0.82% | 0.89% | - |
| HSV(B) | 113.62º | 0.19% | 0.98% | - |
| XYZ | 70.98 | 86.09 | 69.38 | - |
| YUV | 232.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 203 | 0.17 | 0 | 0.19 | 0.02 | 113.62 | 0.82 | 0.89 |
| Hex | D0 | FA | CB | 11 | 0 | 13 | 2 | 72 | 52 | 59 |
| Octal | 320 | 372 | 313 | 21 | 0 | 23 | 2 | 162 | 122 | 131 |
| Binary | 11010000 | 11111010 | 11001011 | 10001 | 0 | 10011 | 10 | 1110010 | 1010010 | 1011001 |
Color Harmonies of #D0FACB
Complementary color
Monochromatic Colors of #D0FACB
Black with #D0FACB
Text Example
Text Example
White with #D0FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FACB; }
p { color: rgb(208,250,203); }
H1.HeaderClassName
{
color: #D0FACB;
}
.AnyTagClassName
{
color: #D0FACB;
}
</style>
background-color css
<style>
a { background-color: #D0FACB; }
a { background-color: rgb(208,250,203); }
div.DivClassName
{
background-color: #D0FACB;
}
.BgClassName
{
background-color: #D0FACB;
}
</style>
border-color css
<style>
span { border-color: #D0FACB; }
span { border-color: rgb(208,250,203); }
td.TdClassName
{
border-color: #D0FACB;
}
.TagClassName
{
border-color: #D0FACB;
}
</style>