Shades of Blue Romance #CEF5CB
Tints of Blue Romance #CEF5CB
RGB
CMYK
RGB Variations
Color information
#CEF5CB (or 0xCEF5CB) is known color: Blue Romance. HEX triplet: CE, F5 and CB. RGB value is (206,245,203). Sum of RGB (Red+Green+Blue) = 206+245+203=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5CB is #310A34. Grayscale: #E4E4E4. Windows color (decimal): -3213877 or 13366734. OLE color: 13366734.
HSL color Cylindrical-coordinate representation of color #CEF5CB: hue angle of 115.71º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF5CB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 203 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.04 |
| HSL | 115.71º | 0.68% | 0.88% | - |
| HSV(B) | 115.71º | 0.17% | 0.96% | - |
| XYZ | 68.89 | 82.74 | 68.84 | - |
| YUV | 228.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 203 | 0.16 | 0 | 0.17 | 0.04 | 115.71 | 0.68 | 0.88 |
| Hex | CE | F5 | CB | 10 | 0 | 11 | 4 | 74 | 44 | 58 |
| Octal | 316 | 365 | 313 | 20 | 0 | 21 | 4 | 164 | 104 | 130 |
| Binary | 11001110 | 11110101 | 11001011 | 10000 | 0 | 10001 | 100 | 1110100 | 1000100 | 1011000 |
Color Harmonies of #CEF5CB
Complementary color
Monochromatic Colors of #CEF5CB
Black with #CEF5CB
Text Example
Text Example
White with #CEF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5CB; }
p { color: rgb(206,245,203); }
H1.HeaderClassName
{
color: #CEF5CB;
}
.AnyTagClassName
{
color: #CEF5CB;
}
</style>
background-color css
<style>
a { background-color: #CEF5CB; }
a { background-color: rgb(206,245,203); }
div.DivClassName
{
background-color: #CEF5CB;
}
.BgClassName
{
background-color: #CEF5CB;
}
</style>
border-color css
<style>
span { border-color: #CEF5CB; }
span { border-color: rgb(206,245,203); }
td.TdClassName
{
border-color: #CEF5CB;
}
.TagClassName
{
border-color: #CEF5CB;
}
</style>