Shades of Blue Romance #D9FCCF
Tints of Blue Romance #D9FCCF
RGB
CMYK
RGB Variations
Color information
#D9FCCF (or 0xD9FCCF) is known color: Blue Romance. HEX triplet: D9, FC and CF. RGB value is (217,252,207). Sum of RGB (Red+Green+Blue) = 217+252+207=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FCCF is #260330. Grayscale: #ECECEC. Windows color (decimal): -2491185 or 13630681. OLE color: 13630681.
HSL color Cylindrical-coordinate representation of color #D9FCCF: hue angle of 106.67º 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 #D9FCCF is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 207 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.01 |
| HSL | 106.67º | 0.88% | 0.9% | - |
| HSV(B) | 106.67º | 0.18% | 0.99% | - |
| XYZ | 74.69 | 88.88 | 72.25 | - |
| YUV | 236.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 207 | 0.14 | 0 | 0.18 | 0.01 | 106.67 | 0.88 | 0.9 |
| Hex | D9 | FC | CF | E | 0 | 12 | 1 | 6B | 58 | 5A |
| Octal | 331 | 374 | 317 | 16 | 0 | 22 | 1 | 153 | 130 | 132 |
| Binary | 11011001 | 11111100 | 11001111 | 1110 | 0 | 10010 | 1 | 1101011 | 1011000 | 1011010 |
Color Harmonies of #D9FCCF
Complementary color
Monochromatic Colors of #D9FCCF
Black with #D9FCCF
Text Example
Text Example
White with #D9FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FCCF; }
p { color: rgb(217,252,207); }
H1.HeaderClassName
{
color: #D9FCCF;
}
.AnyTagClassName
{
color: #D9FCCF;
}
</style>
background-color css
<style>
a { background-color: #D9FCCF; }
a { background-color: rgb(217,252,207); }
div.DivClassName
{
background-color: #D9FCCF;
}
.BgClassName
{
background-color: #D9FCCF;
}
</style>
border-color css
<style>
span { border-color: #D9FCCF; }
span { border-color: rgb(217,252,207); }
td.TdClassName
{
border-color: #D9FCCF;
}
.TagClassName
{
border-color: #D9FCCF;
}
</style>