Shades of Blue Romance #CEF8CC
Tints of Blue Romance #CEF8CC
RGB
CMYK
RGB Variations
Color information
#CEF8CC (or 0xCEF8CC) is known color: Blue Romance. HEX triplet: CE, F8 and CC. RGB value is (206,248,204). Sum of RGB (Red+Green+Blue) = 206+248+204=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8CC is #310733. Grayscale: #E6E6E6. Windows color (decimal): -3213108 or 13433038. OLE color: 13433038.
HSL color Cylindrical-coordinate representation of color #CEF8CC: hue angle of 117.27º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF8CC is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 204 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.03 |
| HSL | 117.27º | 0.76% | 0.89% | - |
| HSV(B) | 117.27º | 0.18% | 0.97% | - |
| XYZ | 69.92 | 84.62 | 69.77 | - |
| YUV | 230.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 204 | 0.17 | 0 | 0.18 | 0.03 | 117.27 | 0.76 | 0.89 |
| Hex | CE | F8 | CC | 11 | 0 | 12 | 3 | 75 | 4C | 59 |
| Octal | 316 | 370 | 314 | 21 | 0 | 22 | 3 | 165 | 114 | 131 |
| Binary | 11001110 | 11111000 | 11001100 | 10001 | 0 | 10010 | 11 | 1110101 | 1001100 | 1011001 |
Color Harmonies of #CEF8CC
Complementary color
Monochromatic Colors of #CEF8CC
Black with #CEF8CC
Text Example
Text Example
White with #CEF8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8CC; }
p { color: rgb(206,248,204); }
H1.HeaderClassName
{
color: #CEF8CC;
}
.AnyTagClassName
{
color: #CEF8CC;
}
</style>
background-color css
<style>
a { background-color: #CEF8CC; }
a { background-color: rgb(206,248,204); }
div.DivClassName
{
background-color: #CEF8CC;
}
.BgClassName
{
background-color: #CEF8CC;
}
</style>
border-color css
<style>
span { border-color: #CEF8CC; }
span { border-color: rgb(206,248,204); }
td.TdClassName
{
border-color: #CEF8CC;
}
.TagClassName
{
border-color: #CEF8CC;
}
</style>