Shades of Blue Romance #CFE9CB
Tints of Blue Romance #CFE9CB
RGB
CMYK
RGB Variations
Color information
#CFE9CB (or 0xCFE9CB) is known color: Blue Romance. HEX triplet: CF, E9 and CB. RGB value is (207,233,203). Sum of RGB (Red+Green+Blue) = 207+233+203=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9CB is #301634. Grayscale: #DDDDDD. Windows color (decimal): -3151413 or 13363663. OLE color: 13363663.
HSL color Cylindrical-coordinate representation of color #CFE9CB: hue angle of 112º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE9CB is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 203 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.09 |
| HSL | 112º | 0.41% | 0.85% | - |
| HSV(B) | 112º | 0.13% | 0.91% | - |
| XYZ | 65.65 | 75.86 | 67.68 | - |
| YUV | 221.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 203 | 0.11 | 0 | 0.13 | 0.09 | 112 | 0.41 | 0.85 |
| Hex | CF | E9 | CB | B | 0 | D | 9 | 70 | 29 | 55 |
| Octal | 317 | 351 | 313 | 13 | 0 | 15 | 11 | 160 | 51 | 125 |
| Binary | 11001111 | 11101001 | 11001011 | 1011 | 0 | 1101 | 1001 | 1110000 | 101001 | 1010101 |
Color Harmonies of #CFE9CB
Complementary color
Monochromatic Colors of #CFE9CB
Black with #CFE9CB
Text Example
Text Example
White with #CFE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9CB; }
p { color: rgb(207,233,203); }
H1.HeaderClassName
{
color: #CFE9CB;
}
.AnyTagClassName
{
color: #CFE9CB;
}
</style>
background-color css
<style>
a { background-color: #CFE9CB; }
a { background-color: rgb(207,233,203); }
div.DivClassName
{
background-color: #CFE9CB;
}
.BgClassName
{
background-color: #CFE9CB;
}
</style>
border-color css
<style>
span { border-color: #CFE9CB; }
span { border-color: rgb(207,233,203); }
td.TdClassName
{
border-color: #CFE9CB;
}
.TagClassName
{
border-color: #CFE9CB;
}
</style>