Shades of Blue Romance #CFEBCB
Tints of Blue Romance #CFEBCB
RGB
CMYK
RGB Variations
Color information
#CFEBCB (or 0xCFEBCB) is known color: Blue Romance. HEX triplet: CF, EB and CB. RGB value is (207,235,203). Sum of RGB (Red+Green+Blue) = 207+235+203=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBCB is #301434. Grayscale: #DFDFDF. Windows color (decimal): -3150901 or 13364175. OLE color: 13364175.
HSL color Cylindrical-coordinate representation of color #CFEBCB: hue angle of 112.5º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEBCB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 203 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.08 |
| HSL | 112.5º | 0.44% | 0.86% | - |
| HSV(B) | 112.5º | 0.14% | 0.92% | - |
| XYZ | 66.22 | 76.99 | 67.87 | - |
| YUV | 222.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 203 | 0.12 | 0 | 0.14 | 0.08 | 112.5 | 0.44 | 0.86 |
| Hex | CF | EB | CB | C | 0 | E | 8 | 70 | 2C | 56 |
| Octal | 317 | 353 | 313 | 14 | 0 | 16 | 10 | 160 | 54 | 126 |
| Binary | 11001111 | 11101011 | 11001011 | 1100 | 0 | 1110 | 1000 | 1110000 | 101100 | 1010110 |
Color Harmonies of #CFEBCB
Complementary color
Monochromatic Colors of #CFEBCB
Black with #CFEBCB
Text Example
Text Example
White with #CFEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBCB; }
p { color: rgb(207,235,203); }
H1.HeaderClassName
{
color: #CFEBCB;
}
.AnyTagClassName
{
color: #CFEBCB;
}
</style>
background-color css
<style>
a { background-color: #CFEBCB; }
a { background-color: rgb(207,235,203); }
div.DivClassName
{
background-color: #CFEBCB;
}
.BgClassName
{
background-color: #CFEBCB;
}
</style>
border-color css
<style>
span { border-color: #CFEBCB; }
span { border-color: rgb(207,235,203); }
td.TdClassName
{
border-color: #CFEBCB;
}
.TagClassName
{
border-color: #CFEBCB;
}
</style>