Shades of Blue Romance #D2FECE
Tints of Blue Romance #D2FECE
RGB
CMYK
RGB Variations
Color information
#D2FECE (or 0xD2FECE) is known color: Blue Romance. HEX triplet: D2, FE and CE. RGB value is (210,254,206). Sum of RGB (Red+Green+Blue) = 210+254+206=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FECE is #2D0131. Grayscale: #EBEBEB. Windows color (decimal): -2949426 or 13565650. OLE color: 13565650.
HSL color Cylindrical-coordinate representation of color #D2FECE: hue angle of 115º 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 #D2FECE is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 206 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.00 |
| HSL | 115º | 0.96% | 0.9% | - |
| HSV(B) | 115º | 0.19% | 1% | - |
| XYZ | 73.16 | 89.04 | 71.72 | - |
| YUV | 235.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 206 | 0.17 | 0 | 0.19 | 0.00 | 115 | 0.96 | 0.9 |
| Hex | D2 | FE | CE | 11 | 0 | 13 | 0 | 73 | 60 | 5A |
| Octal | 322 | 376 | 316 | 21 | 0 | 23 | 0 | 163 | 140 | 132 |
| Binary | 11010010 | 11111110 | 11001110 | 10001 | 0 | 10011 | 0 | 1110011 | 1100000 | 1011010 |
Color Harmonies of #D2FECE
Complementary color
Monochromatic Colors of #D2FECE
Black with #D2FECE
Text Example
Text Example
White with #D2FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FECE; }
p { color: rgb(210,254,206); }
H1.HeaderClassName
{
color: #D2FECE;
}
.AnyTagClassName
{
color: #D2FECE;
}
</style>
background-color css
<style>
a { background-color: #D2FECE; }
a { background-color: rgb(210,254,206); }
div.DivClassName
{
background-color: #D2FECE;
}
.BgClassName
{
background-color: #D2FECE;
}
</style>
border-color css
<style>
span { border-color: #D2FECE; }
span { border-color: rgb(210,254,206); }
td.TdClassName
{
border-color: #D2FECE;
}
.TagClassName
{
border-color: #D2FECE;
}
</style>