Shades of Blue Romance #D2F3CF
Tints of Blue Romance #D2F3CF
RGB
CMYK
RGB Variations
Color information
#D2F3CF (or 0xD2F3CF) is known color: Blue Romance. HEX triplet: D2, F3 and CF. RGB value is (210,243,207). Sum of RGB (Red+Green+Blue) = 210+243+207=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F3CF is #2D0C30. Grayscale: #E5E5E5. Windows color (decimal): -2952241 or 13628370. OLE color: 13628370.
HSL color Cylindrical-coordinate representation of color #D2F3CF: hue angle of 115º degrees, saturation: 0.6, 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 #D2F3CF is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 207 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.05 |
| HSL | 115º | 0.6% | 0.88% | - |
| HSV(B) | 115º | 0.15% | 0.95% | - |
| XYZ | 69.89 | 82.31 | 71.23 | - |
| YUV | 229.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 207 | 0.14 | 0 | 0.15 | 0.05 | 115 | 0.6 | 0.88 |
| Hex | D2 | F3 | CF | E | 0 | F | 5 | 73 | 3C | 58 |
| Octal | 322 | 363 | 317 | 16 | 0 | 17 | 5 | 163 | 74 | 130 |
| Binary | 11010010 | 11110011 | 11001111 | 1110 | 0 | 1111 | 101 | 1110011 | 111100 | 1011000 |
Color Harmonies of #D2F3CF
Complementary color
Monochromatic Colors of #D2F3CF
Black with #D2F3CF
Text Example
Text Example
White with #D2F3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F3CF; }
p { color: rgb(210,243,207); }
H1.HeaderClassName
{
color: #D2F3CF;
}
.AnyTagClassName
{
color: #D2F3CF;
}
</style>
background-color css
<style>
a { background-color: #D2F3CF; }
a { background-color: rgb(210,243,207); }
div.DivClassName
{
background-color: #D2F3CF;
}
.BgClassName
{
background-color: #D2F3CF;
}
</style>
border-color css
<style>
span { border-color: #D2F3CF; }
span { border-color: rgb(210,243,207); }
td.TdClassName
{
border-color: #D2F3CF;
}
.TagClassName
{
border-color: #D2F3CF;
}
</style>