Shades of Blue Romance #D1FCCF
Tints of Blue Romance #D1FCCF
RGB
CMYK
RGB Variations
Color information
#D1FCCF (or 0xD1FCCF) is known color: Blue Romance. HEX triplet: D1, FC and CF. RGB value is (209,252,207). Sum of RGB (Red+Green+Blue) = 209+252+207=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FCCF is #2E0330. Grayscale: #EAEAEA. Windows color (decimal): -3015473 or 13630673. OLE color: 13630673.
HSL color Cylindrical-coordinate representation of color #D1FCCF: hue angle of 117.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FCCF is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 252 | 207 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.01 |
| HSL | 117.33º | 0.88% | 0.9% | - |
| HSV(B) | 117.33º | 0.18% | 0.99% | - |
| XYZ | 72.37 | 87.68 | 72.14 | - |
| YUV | 234.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 252 | 207 | 0.17 | 0 | 0.18 | 0.01 | 117.33 | 0.88 | 0.9 |
| Hex | D1 | FC | CF | 11 | 0 | 12 | 1 | 75 | 58 | 5A |
| Octal | 321 | 374 | 317 | 21 | 0 | 22 | 1 | 165 | 130 | 132 |
| Binary | 11010001 | 11111100 | 11001111 | 10001 | 0 | 10010 | 1 | 1110101 | 1011000 | 1011010 |
Color Harmonies of #D1FCCF
Complementary color
Monochromatic Colors of #D1FCCF
Black with #D1FCCF
Text Example
Text Example
White with #D1FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FCCF; }
p { color: rgb(209,252,207); }
H1.HeaderClassName
{
color: #D1FCCF;
}
.AnyTagClassName
{
color: #D1FCCF;
}
</style>
background-color css
<style>
a { background-color: #D1FCCF; }
a { background-color: rgb(209,252,207); }
div.DivClassName
{
background-color: #D1FCCF;
}
.BgClassName
{
background-color: #D1FCCF;
}
</style>
border-color css
<style>
span { border-color: #D1FCCF; }
span { border-color: rgb(209,252,207); }
td.TdClassName
{
border-color: #D1FCCF;
}
.TagClassName
{
border-color: #D1FCCF;
}
</style>