Shades of Blue Romance #D2FCCB
Tints of Blue Romance #D2FCCB
RGB
CMYK
RGB Variations
Color information
#D2FCCB (or 0xD2FCCB) is known color: Blue Romance. HEX triplet: D2, FC and CB. RGB value is (210,252,203). Sum of RGB (Red+Green+Blue) = 210+252+203=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCCB is #2D0334. Grayscale: #EAEAEA. Windows color (decimal): -2949941 or 13368530. OLE color: 13368530.
HSL color Cylindrical-coordinate representation of color #D2FCCB: hue angle of 111.43º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2FCCB is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 203 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.01 |
| HSL | 111.43º | 0.89% | 0.89% | - |
| HSV(B) | 111.43º | 0.19% | 0.99% | - |
| XYZ | 72.17 | 87.63 | 69.61 | - |
| YUV | 233.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 203 | 0.17 | 0 | 0.19 | 0.01 | 111.43 | 0.89 | 0.89 |
| Hex | D2 | FC | CB | 11 | 0 | 13 | 1 | 6F | 59 | 59 |
| Octal | 322 | 374 | 313 | 21 | 0 | 23 | 1 | 157 | 131 | 131 |
| Binary | 11010010 | 11111100 | 11001011 | 10001 | 0 | 10011 | 1 | 1101111 | 1011001 | 1011001 |
Color Harmonies of #D2FCCB
Complementary color
Monochromatic Colors of #D2FCCB
Black with #D2FCCB
Text Example
Text Example
White with #D2FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCCB; }
p { color: rgb(210,252,203); }
H1.HeaderClassName
{
color: #D2FCCB;
}
.AnyTagClassName
{
color: #D2FCCB;
}
</style>
background-color css
<style>
a { background-color: #D2FCCB; }
a { background-color: rgb(210,252,203); }
div.DivClassName
{
background-color: #D2FCCB;
}
.BgClassName
{
background-color: #D2FCCB;
}
</style>
border-color css
<style>
span { border-color: #D2FCCB; }
span { border-color: rgb(210,252,203); }
td.TdClassName
{
border-color: #D2FCCB;
}
.TagClassName
{
border-color: #D2FCCB;
}
</style>