Shades of Blue Romance #D8FFCF
Tints of Blue Romance #D8FFCF
RGB
CMYK
RGB Variations
Color information
#D8FFCF (or 0xD8FFCF) is known color: Blue Romance. HEX triplet: D8, FF and CF. RGB value is (216,255,207). Sum of RGB (Red+Green+Blue) = 216+255+207=678 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.86% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FFCF is #270030. Grayscale: #EEEEEE. Windows color (decimal): -2555953 or 13631448. OLE color: 13631448.
HSL color Cylindrical-coordinate representation of color #D8FFCF: hue angle of 108.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8FFCF is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 207 | - |
| CMYK | 0.15 | 0 | 0.19 | 0 |
| HSL | 108.75º | 1% | 0.91% | - |
| HSV(B) | 108.75º | 0.19% | 1% | - |
| XYZ | 75.34 | 90.62 | 72.55 | - |
| YUV | 237.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 207 | 0.15 | 0 | 0.19 | 0 | 108.75 | 1 | 0.91 |
| Hex | D8 | FF | CF | F | 0 | 13 | 0 | 6D | 64 | 5B |
| Octal | 330 | 377 | 317 | 17 | 0 | 23 | 0 | 155 | 144 | 133 |
| Binary | 11011000 | 11111111 | 11001111 | 1111 | 0 | 10011 | 0 | 1101101 | 1100100 | 1011011 |
Color Harmonies of #D8FFCF
Complementary color
Monochromatic Colors of #D8FFCF
Black with #D8FFCF
Text Example
Text Example
White with #D8FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FFCF; }
p { color: rgb(216,255,207); }
H1.HeaderClassName
{
color: #D8FFCF;
}
.AnyTagClassName
{
color: #D8FFCF;
}
</style>
background-color css
<style>
a { background-color: #D8FFCF; }
a { background-color: rgb(216,255,207); }
div.DivClassName
{
background-color: #D8FFCF;
}
.BgClassName
{
background-color: #D8FFCF;
}
</style>
border-color css
<style>
span { border-color: #D8FFCF; }
span { border-color: rgb(216,255,207); }
td.TdClassName
{
border-color: #D8FFCF;
}
.TagClassName
{
border-color: #D8FFCF;
}
</style>