Shades of Blue Romance #D0FDD0
Tints of Blue Romance #D0FDD0
RGB
CMYK
RGB Variations
Color information
#D0FDD0 (or 0xD0FDD0) is known color: Blue Romance. HEX triplet: D0, FD and D0. RGB value is (208,253,208). Sum of RGB (Red+Green+Blue) = 208+253+208=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDD0 is #2F022F. Grayscale: #EAEAEA. Windows color (decimal): -3080752 or 13696464. OLE color: 13696464.
HSL color Cylindrical-coordinate representation of color #D0FDD0: hue angle of 120º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FDD0 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 208 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.01 |
| HSL | 120º | 0.92% | 0.9% | - |
| HSV(B) | 120º | 0.18% | 0.99% | - |
| XYZ | 72.52 | 88.21 | 72.88 | - |
| YUV | 234.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 208 | 0.18 | 0 | 0.18 | 0.01 | 120 | 0.92 | 0.9 |
| Hex | D0 | FD | D0 | 12 | 0 | 12 | 1 | 78 | 5C | 5A |
| Octal | 320 | 375 | 320 | 22 | 0 | 22 | 1 | 170 | 134 | 132 |
| Binary | 11010000 | 11111101 | 11010000 | 10010 | 0 | 10010 | 1 | 1111000 | 1011100 | 1011010 |
Color Harmonies of #D0FDD0
Complementary color
Monochromatic Colors of #D0FDD0
Black with #D0FDD0
Text Example
Text Example
White with #D0FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDD0; }
p { color: rgb(208,253,208); }
H1.HeaderClassName
{
color: #D0FDD0;
}
.AnyTagClassName
{
color: #D0FDD0;
}
</style>
background-color css
<style>
a { background-color: #D0FDD0; }
a { background-color: rgb(208,253,208); }
div.DivClassName
{
background-color: #D0FDD0;
}
.BgClassName
{
background-color: #D0FDD0;
}
</style>
border-color css
<style>
span { border-color: #D0FDD0; }
span { border-color: rgb(208,253,208); }
td.TdClassName
{
border-color: #D0FDD0;
}
.TagClassName
{
border-color: #D0FDD0;
}
</style>