Shades of Blue Romance #D2FACE
Tints of Blue Romance #D2FACE
RGB
CMYK
RGB Variations
Color information
#D2FACE (or 0xD2FACE) is known color: Blue Romance. HEX triplet: D2, FA and CE. RGB value is (210,250,206). Sum of RGB (Red+Green+Blue) = 210+250+206=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FACE is #2D0531. Grayscale: #E9E9E9. Windows color (decimal): -2950450 or 13564626. OLE color: 13564626.
HSL color Cylindrical-coordinate representation of color #D2FACE: hue angle of 114.55º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FACE is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 206 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.02 |
| HSL | 114.55º | 0.81% | 0.89% | - |
| HSV(B) | 114.55º | 0.18% | 0.98% | - |
| XYZ | 71.9 | 86.53 | 71.3 | - |
| YUV | 233.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 206 | 0.16 | 0 | 0.18 | 0.02 | 114.55 | 0.81 | 0.89 |
| Hex | D2 | FA | CE | 10 | 0 | 12 | 2 | 73 | 51 | 59 |
| Octal | 322 | 372 | 316 | 20 | 0 | 22 | 2 | 163 | 121 | 131 |
| Binary | 11010010 | 11111010 | 11001110 | 10000 | 0 | 10010 | 10 | 1110011 | 1010001 | 1011001 |
Color Harmonies of #D2FACE
Complementary color
Monochromatic Colors of #D2FACE
Black with #D2FACE
Text Example
Text Example
White with #D2FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FACE; }
p { color: rgb(210,250,206); }
H1.HeaderClassName
{
color: #D2FACE;
}
.AnyTagClassName
{
color: #D2FACE;
}
</style>
background-color css
<style>
a { background-color: #D2FACE; }
a { background-color: rgb(210,250,206); }
div.DivClassName
{
background-color: #D2FACE;
}
.BgClassName
{
background-color: #D2FACE;
}
</style>
border-color css
<style>
span { border-color: #D2FACE; }
span { border-color: rgb(210,250,206); }
td.TdClassName
{
border-color: #D2FACE;
}
.TagClassName
{
border-color: #D2FACE;
}
</style>