Shades of Blue Romance #D1FED0
Tints of Blue Romance #D1FED0
RGB
CMYK
RGB Variations
Color information
#D1FED0 (or 0xD1FED0) is known color: Blue Romance. HEX triplet: D1, FE and D0. RGB value is (209,254,208). Sum of RGB (Red+Green+Blue) = 209+254+208=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FED0 is #2E012F. Grayscale: #EBEBEB. Windows color (decimal): -3014960 or 13696721. OLE color: 13696721.
HSL color Cylindrical-coordinate representation of color #D1FED0: hue angle of 118.7º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FED0 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 209 | 254 | 208 | - |
CMYK | 0.18 | 0 | 0.18 | 0.00 |
HSL | 118.7º | 0.96% | 0.91% | - |
HSV(B) | 118.7º | 0.18% | 1% | - |
XYZ | 73.12 | 88.99 | 73 | - |
YUV | 235.3 | 112.59 | 109.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 254 | 208 | 0.18 | 0 | 0.18 | 0.00 | 118.7 | 0.96 | 0.91 |
Hex | D1 | FE | D0 | 12 | 0 | 12 | 0 | 77 | 60 | 5B |
Octal | 321 | 376 | 320 | 22 | 0 | 22 | 0 | 167 | 140 | 133 |
Binary | 11010001 | 11111110 | 11010000 | 10010 | 0 | 10010 | 0 | 1110111 | 1100000 | 1011011 |
Color Harmonies of #D1FED0
Complementary color
Monochromatic Colors of #D1FED0
Black with #D1FED0
Text Example
Text Example
White with #D1FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FED0; }
p { color: rgb(209,254,208); }
H1.HeaderClassName
{
color: #D1FED0;
}
.AnyTagClassName
{
color: #D1FED0;
}
</style>
background-color css
<style>
a { background-color: #D1FED0; }
a { background-color: rgb(209,254,208); }
div.DivClassName
{
background-color: #D1FED0;
}
.BgClassName
{
background-color: #D1FED0;
}
</style>
border-color css
<style>
span { border-color: #D1FED0; }
span { border-color: rgb(209,254,208); }
td.TdClassName
{
border-color: #D1FED0;
}
.TagClassName
{
border-color: #D1FED0;
}
</style>