Shades of Blue Romance #CEF8CB
Tints of Blue Romance #CEF8CB
RGB
CMYK
RGB Variations
Color information
#CEF8CB (or 0xCEF8CB) is known color: Blue Romance. HEX triplet: CE, F8 and CB. RGB value is (206,248,203). Sum of RGB (Red+Green+Blue) = 206+248+203=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8CB is #310734. Grayscale: #E6E6E6. Windows color (decimal): -3213109 or 13367502. OLE color: 13367502.
HSL color Cylindrical-coordinate representation of color #CEF8CB: hue angle of 116º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF8CB is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 203 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.03 |
| HSL | 116º | 0.76% | 0.88% | - |
| HSV(B) | 116º | 0.18% | 0.97% | - |
| XYZ | 69.8 | 84.57 | 69.14 | - |
| YUV | 230.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 203 | 0.17 | 0 | 0.18 | 0.03 | 116 | 0.76 | 0.88 |
| Hex | CE | F8 | CB | 11 | 0 | 12 | 3 | 74 | 4C | 58 |
| Octal | 316 | 370 | 313 | 21 | 0 | 22 | 3 | 164 | 114 | 130 |
| Binary | 11001110 | 11111000 | 11001011 | 10001 | 0 | 10010 | 11 | 1110100 | 1001100 | 1011000 |
Color Harmonies of #CEF8CB
Complementary color
Monochromatic Colors of #CEF8CB
Black with #CEF8CB
Text Example
Text Example
White with #CEF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8CB; }
p { color: rgb(206,248,203); }
H1.HeaderClassName
{
color: #CEF8CB;
}
.AnyTagClassName
{
color: #CEF8CB;
}
</style>
background-color css
<style>
a { background-color: #CEF8CB; }
a { background-color: rgb(206,248,203); }
div.DivClassName
{
background-color: #CEF8CB;
}
.BgClassName
{
background-color: #CEF8CB;
}
</style>
border-color css
<style>
span { border-color: #CEF8CB; }
span { border-color: rgb(206,248,203); }
td.TdClassName
{
border-color: #CEF8CB;
}
.TagClassName
{
border-color: #CEF8CB;
}
</style>