Shades of Blue Romance #D8FCCF
Tints of Blue Romance #D8FCCF
RGB
CMYK
RGB Variations
Color information
#D8FCCF (or 0xD8FCCF) is known color: Blue Romance. HEX triplet: D8, FC and CF. RGB value is (216,252,207). Sum of RGB (Red+Green+Blue) = 216+252+207=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FCCF is #270330. Grayscale: #ECECEC. Windows color (decimal): -2556721 or 13630680. OLE color: 13630680.
HSL color Cylindrical-coordinate representation of color #D8FCCF: hue angle of 108º 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 #D8FCCF is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 216 | 252 | 207 | - |
CMYK | 0.14 | 0 | 0.18 | 0.01 |
HSL | 108º | 0.88% | 0.9% | - |
HSV(B) | 108º | 0.18% | 0.99% | - |
XYZ | 74.39 | 88.72 | 72.24 | - |
YUV | 236.11 | 111.57 | 113.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 252 | 207 | 0.14 | 0 | 0.18 | 0.01 | 108 | 0.88 | 0.9 |
Hex | D8 | FC | CF | E | 0 | 12 | 1 | 6C | 58 | 5A |
Octal | 330 | 374 | 317 | 16 | 0 | 22 | 1 | 154 | 130 | 132 |
Binary | 11011000 | 11111100 | 11001111 | 1110 | 0 | 10010 | 1 | 1101100 | 1011000 | 1011010 |
Color Harmonies of #D8FCCF
Complementary color
Monochromatic Colors of #D8FCCF
Black with #D8FCCF
Text Example
Text Example
White with #D8FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FCCF; }
p { color: rgb(216,252,207); }
H1.HeaderClassName
{
color: #D8FCCF;
}
.AnyTagClassName
{
color: #D8FCCF;
}
</style>
background-color css
<style>
a { background-color: #D8FCCF; }
a { background-color: rgb(216,252,207); }
div.DivClassName
{
background-color: #D8FCCF;
}
.BgClassName
{
background-color: #D8FCCF;
}
</style>
border-color css
<style>
span { border-color: #D8FCCF; }
span { border-color: rgb(216,252,207); }
td.TdClassName
{
border-color: #D8FCCF;
}
.TagClassName
{
border-color: #D8FCCF;
}
</style>