Shades of Blue Romance #CFFFCE
Tints of Blue Romance #CFFFCE
RGB
CMYK
RGB Variations
Color information
#CFFFCE (or 0xCFFFCE) is known color: Blue Romance. HEX triplet: CF, FF and CE. RGB value is (207,255,206). Sum of RGB (Red+Green+Blue) = 207+255+206=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFCE is #300031. Grayscale: #EBEBEB. Windows color (decimal): -3145778 or 13565903. OLE color: 13565903.
HSL color Cylindrical-coordinate representation of color #CFFFCE: hue angle of 118.78º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFFCE is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 206 | - |
| CMYK | 0.19 | 0 | 0.19 | 0 |
| HSL | 118.78º | 1% | 0.9% | - |
| HSV(B) | 118.78º | 0.19% | 1% | - |
| XYZ | 72.63 | 89.24 | 71.79 | - |
| YUV | 235.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 206 | 0.19 | 0 | 0.19 | 0 | 118.78 | 1 | 0.9 |
| Hex | CF | FF | CE | 13 | 0 | 13 | 0 | 77 | 64 | 5A |
| Octal | 317 | 377 | 316 | 23 | 0 | 23 | 0 | 167 | 144 | 132 |
| Binary | 11001111 | 11111111 | 11001110 | 10011 | 0 | 10011 | 0 | 1110111 | 1100100 | 1011010 |
Color Harmonies of #CFFFCE
Complementary color
Monochromatic Colors of #CFFFCE
Black with #CFFFCE
Text Example
Text Example
White with #CFFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFCE; }
p { color: rgb(207,255,206); }
H1.HeaderClassName
{
color: #CFFFCE;
}
.AnyTagClassName
{
color: #CFFFCE;
}
</style>
background-color css
<style>
a { background-color: #CFFFCE; }
a { background-color: rgb(207,255,206); }
div.DivClassName
{
background-color: #CFFFCE;
}
.BgClassName
{
background-color: #CFFFCE;
}
</style>
border-color css
<style>
span { border-color: #CFFFCE; }
span { border-color: rgb(207,255,206); }
td.TdClassName
{
border-color: #CFFFCE;
}
.TagClassName
{
border-color: #CFFFCE;
}
</style>