Shades of Blue Romance #CFF8CE
Tints of Blue Romance #CFF8CE
RGB
CMYK
RGB Variations
Color information
#CFF8CE (or 0xCFF8CE) is known color: Blue Romance. HEX triplet: CF, F8 and CE. RGB value is (207,248,206). Sum of RGB (Red+Green+Blue) = 207+248+206=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8CE is #300731. Grayscale: #E7E7E7. Windows color (decimal): -3147570 or 13564111. OLE color: 13564111.
HSL color Cylindrical-coordinate representation of color #CFF8CE: hue angle of 118.57º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF8CE is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 206 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.03 |
| HSL | 118.57º | 0.75% | 0.89% | - |
| HSV(B) | 118.57º | 0.17% | 0.97% | - |
| XYZ | 70.44 | 84.86 | 71.06 | - |
| YUV | 230.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 206 | 0.17 | 0 | 0.17 | 0.03 | 118.57 | 0.75 | 0.89 |
| Hex | CF | F8 | CE | 11 | 0 | 11 | 3 | 77 | 4B | 59 |
| Octal | 317 | 370 | 316 | 21 | 0 | 21 | 3 | 167 | 113 | 131 |
| Binary | 11001111 | 11111000 | 11001110 | 10001 | 0 | 10001 | 11 | 1110111 | 1001011 | 1011001 |
Color Harmonies of #CFF8CE
Complementary color
Monochromatic Colors of #CFF8CE
Black with #CFF8CE
Text Example
Text Example
White with #CFF8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8CE; }
p { color: rgb(207,248,206); }
H1.HeaderClassName
{
color: #CFF8CE;
}
.AnyTagClassName
{
color: #CFF8CE;
}
</style>
background-color css
<style>
a { background-color: #CFF8CE; }
a { background-color: rgb(207,248,206); }
div.DivClassName
{
background-color: #CFF8CE;
}
.BgClassName
{
background-color: #CFF8CE;
}
</style>
border-color css
<style>
span { border-color: #CFF8CE; }
span { border-color: rgb(207,248,206); }
td.TdClassName
{
border-color: #CFF8CE;
}
.TagClassName
{
border-color: #CFF8CE;
}
</style>