Shades of Blue Romance #CFEBCE
Tints of Blue Romance #CFEBCE
RGB
CMYK
RGB Variations
Color information
#CFEBCE (or 0xCFEBCE) is known color: Blue Romance. HEX triplet: CF, EB and CE. RGB value is (207,235,206). Sum of RGB (Red+Green+Blue) = 207+235+206=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBCE is #301431. Grayscale: #DFDFDF. Windows color (decimal): -3150898 or 13560783. OLE color: 13560783.
HSL color Cylindrical-coordinate representation of color #CFEBCE: hue angle of 117.93º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBCE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 206 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.08 |
| HSL | 117.93º | 0.42% | 0.86% | - |
| HSV(B) | 117.93º | 0.12% | 0.92% | - |
| XYZ | 66.58 | 77.14 | 69.77 | - |
| YUV | 223.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 206 | 0.12 | 0 | 0.12 | 0.08 | 117.93 | 0.42 | 0.86 |
| Hex | CF | EB | CE | C | 0 | C | 8 | 76 | 2A | 56 |
| Octal | 317 | 353 | 316 | 14 | 0 | 14 | 10 | 166 | 52 | 126 |
| Binary | 11001111 | 11101011 | 11001110 | 1100 | 0 | 1100 | 1000 | 1110110 | 101010 | 1010110 |
Color Harmonies of #CFEBCE
Complementary color
Monochromatic Colors of #CFEBCE
Black with #CFEBCE
Text Example
Text Example
White with #CFEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBCE; }
p { color: rgb(207,235,206); }
H1.HeaderClassName
{
color: #CFEBCE;
}
.AnyTagClassName
{
color: #CFEBCE;
}
</style>
background-color css
<style>
a { background-color: #CFEBCE; }
a { background-color: rgb(207,235,206); }
div.DivClassName
{
background-color: #CFEBCE;
}
.BgClassName
{
background-color: #CFEBCE;
}
</style>
border-color css
<style>
span { border-color: #CFEBCE; }
span { border-color: rgb(207,235,206); }
td.TdClassName
{
border-color: #CFEBCE;
}
.TagClassName
{
border-color: #CFEBCE;
}
</style>