Shades of Blue Romance #D4FECD
Tints of Blue Romance #D4FECD
RGB
CMYK
RGB Variations
Color information
#D4FECD (or 0xD4FECD) is known color: Blue Romance. HEX triplet: D4, FE and CD. RGB value is (212,254,205). Sum of RGB (Red+Green+Blue) = 212+254+205=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FECD is #2B0132. Grayscale: #ECECEC. Windows color (decimal): -2818355 or 13500116. OLE color: 13500116.
HSL color Cylindrical-coordinate representation of color #D4FECD: hue angle of 111.43º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4FECD is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 212 | 254 | 205 | - |
CMYK | 0.17 | 0 | 0.19 | 0.00 |
HSL | 111.43º | 0.96% | 0.9% | - |
HSV(B) | 111.43º | 0.19% | 1% | - |
XYZ | 73.61 | 89.29 | 71.11 | - |
YUV | 235.86 | 110.59 | 110.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 254 | 205 | 0.17 | 0 | 0.19 | 0.00 | 111.43 | 0.96 | 0.9 |
Hex | D4 | FE | CD | 11 | 0 | 13 | 0 | 6F | 60 | 5A |
Octal | 324 | 376 | 315 | 21 | 0 | 23 | 0 | 157 | 140 | 132 |
Binary | 11010100 | 11111110 | 11001101 | 10001 | 0 | 10011 | 0 | 1101111 | 1100000 | 1011010 |
Color Harmonies of #D4FECD
Complementary color
Monochromatic Colors of #D4FECD
Black with #D4FECD
Text Example
Text Example
White with #D4FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FECD; }
p { color: rgb(212,254,205); }
H1.HeaderClassName
{
color: #D4FECD;
}
.AnyTagClassName
{
color: #D4FECD;
}
</style>
background-color css
<style>
a { background-color: #D4FECD; }
a { background-color: rgb(212,254,205); }
div.DivClassName
{
background-color: #D4FECD;
}
.BgClassName
{
background-color: #D4FECD;
}
</style>
border-color css
<style>
span { border-color: #D4FECD; }
span { border-color: rgb(212,254,205); }
td.TdClassName
{
border-color: #D4FECD;
}
.TagClassName
{
border-color: #D4FECD;
}
</style>