Shades of Blue Romance #CFECCE
Tints of Blue Romance #CFECCE
RGB
CMYK
RGB Variations
Color information
#CFECCE (or 0xCFECCE) is known color: Blue Romance. HEX triplet: CF, EC and CE. RGB value is (207,236,206). Sum of RGB (Red+Green+Blue) = 207+236+206=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECCE is #301331. Grayscale: #DFDFDF. Windows color (decimal): -3150642 or 13561039. OLE color: 13561039.
HSL color Cylindrical-coordinate representation of color #CFECCE: hue angle of 118º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFECCE is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 206 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.07 |
| HSL | 118º | 0.44% | 0.87% | - |
| HSV(B) | 118º | 0.13% | 0.93% | - |
| XYZ | 66.87 | 77.71 | 69.87 | - |
| YUV | 223.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 206 | 0.12 | 0 | 0.13 | 0.07 | 118 | 0.44 | 0.87 |
| Hex | CF | EC | CE | C | 0 | D | 7 | 76 | 2C | 57 |
| Octal | 317 | 354 | 316 | 14 | 0 | 15 | 7 | 166 | 54 | 127 |
| Binary | 11001111 | 11101100 | 11001110 | 1100 | 0 | 1101 | 111 | 1110110 | 101100 | 1010111 |
Color Harmonies of #CFECCE
Complementary color
Monochromatic Colors of #CFECCE
Black with #CFECCE
Text Example
Text Example
White with #CFECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECCE; }
p { color: rgb(207,236,206); }
H1.HeaderClassName
{
color: #CFECCE;
}
.AnyTagClassName
{
color: #CFECCE;
}
</style>
background-color css
<style>
a { background-color: #CFECCE; }
a { background-color: rgb(207,236,206); }
div.DivClassName
{
background-color: #CFECCE;
}
.BgClassName
{
background-color: #CFECCE;
}
</style>
border-color css
<style>
span { border-color: #CFECCE; }
span { border-color: rgb(207,236,206); }
td.TdClassName
{
border-color: #CFECCE;
}
.TagClassName
{
border-color: #CFECCE;
}
</style>