Shades of Blue Romance #D2F3CE
Tints of Blue Romance #D2F3CE
RGB
CMYK
RGB Variations
Color information
#D2F3CE (or 0xD2F3CE) is known color: Blue Romance. HEX triplet: D2, F3 and CE. RGB value is (210,243,206). Sum of RGB (Red+Green+Blue) = 210+243+206=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F3CE is #2D0C31. Grayscale: #E5E5E5. Windows color (decimal): -2952242 or 13562834. OLE color: 13562834.
HSL color Cylindrical-coordinate representation of color #D2F3CE: hue angle of 113.51º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F3CE is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 206 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.05 |
| HSL | 113.51º | 0.61% | 0.88% | - |
| HSV(B) | 113.51º | 0.15% | 0.95% | - |
| XYZ | 69.77 | 82.26 | 70.59 | - |
| YUV | 228.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 206 | 0.14 | 0 | 0.15 | 0.05 | 113.51 | 0.61 | 0.88 |
| Hex | D2 | F3 | CE | E | 0 | F | 5 | 72 | 3D | 58 |
| Octal | 322 | 363 | 316 | 16 | 0 | 17 | 5 | 162 | 75 | 130 |
| Binary | 11010010 | 11110011 | 11001110 | 1110 | 0 | 1111 | 101 | 1110010 | 111101 | 1011000 |
Color Harmonies of #D2F3CE
Complementary color
Monochromatic Colors of #D2F3CE
Black with #D2F3CE
Text Example
Text Example
White with #D2F3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F3CE; }
p { color: rgb(210,243,206); }
H1.HeaderClassName
{
color: #D2F3CE;
}
.AnyTagClassName
{
color: #D2F3CE;
}
</style>
background-color css
<style>
a { background-color: #D2F3CE; }
a { background-color: rgb(210,243,206); }
div.DivClassName
{
background-color: #D2F3CE;
}
.BgClassName
{
background-color: #D2F3CE;
}
</style>
border-color css
<style>
span { border-color: #D2F3CE; }
span { border-color: rgb(210,243,206); }
td.TdClassName
{
border-color: #D2F3CE;
}
.TagClassName
{
border-color: #D2F3CE;
}
</style>