Shades of Blue Romance #D0FAD0
Tints of Blue Romance #D0FAD0
RGB
CMYK
RGB Variations
Color information
#D0FAD0 (or 0xD0FAD0) is known color: Blue Romance. HEX triplet: D0, FA and D0. RGB value is (208,250,208). Sum of RGB (Red+Green+Blue) = 208+250+208=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FAD0 is #2F052F. Grayscale: #E8E8E8. Windows color (decimal): -3081520 or 13695696. OLE color: 13695696.
HSL color Cylindrical-coordinate representation of color #D0FAD0: hue angle of 120º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FAD0 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 208 | 250 | 208 | - |
CMYK | 0.17 | 0 | 0.17 | 0.02 |
HSL | 120º | 0.81% | 0.9% | - |
HSV(B) | 120º | 0.17% | 0.98% | - |
XYZ | 71.58 | 86.34 | 72.57 | - |
YUV | 232.65 | 114.09 | 110.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 250 | 208 | 0.17 | 0 | 0.17 | 0.02 | 120 | 0.81 | 0.9 |
Hex | D0 | FA | D0 | 11 | 0 | 11 | 2 | 78 | 51 | 5A |
Octal | 320 | 372 | 320 | 21 | 0 | 21 | 2 | 170 | 121 | 132 |
Binary | 11010000 | 11111010 | 11010000 | 10001 | 0 | 10001 | 10 | 1111000 | 1010001 | 1011010 |
Color Harmonies of #D0FAD0
Complementary color
Monochromatic Colors of #D0FAD0
Black with #D0FAD0
Text Example
Text Example
White with #D0FAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAD0; }
p { color: rgb(208,250,208); }
H1.HeaderClassName
{
color: #D0FAD0;
}
.AnyTagClassName
{
color: #D0FAD0;
}
</style>
background-color css
<style>
a { background-color: #D0FAD0; }
a { background-color: rgb(208,250,208); }
div.DivClassName
{
background-color: #D0FAD0;
}
.BgClassName
{
background-color: #D0FAD0;
}
</style>
border-color css
<style>
span { border-color: #D0FAD0; }
span { border-color: rgb(208,250,208); }
td.TdClassName
{
border-color: #D0FAD0;
}
.TagClassName
{
border-color: #D0FAD0;
}
</style>