Shades of Blue Romance #CEF2CC
Tints of Blue Romance #CEF2CC
RGB
CMYK
RGB Variations
Color information
#CEF2CC (or 0xCEF2CC) is known color: Blue Romance. HEX triplet: CE, F2 and CC. RGB value is (206,242,204). Sum of RGB (Red+Green+Blue) = 206+242+204=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2CC is #310D33. Grayscale: #E3E3E3. Windows color (decimal): -3214644 or 13431502. OLE color: 13431502.
HSL color Cylindrical-coordinate representation of color #CEF2CC: hue angle of 116.84º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF2CC is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 204 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.05 |
| HSL | 116.84º | 0.59% | 0.87% | - |
| HSV(B) | 116.84º | 0.16% | 0.95% | - |
| XYZ | 68.1 | 80.99 | 69.17 | - |
| YUV | 226.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 204 | 0.15 | 0 | 0.16 | 0.05 | 116.84 | 0.59 | 0.87 |
| Hex | CE | F2 | CC | F | 0 | 10 | 5 | 75 | 3B | 57 |
| Octal | 316 | 362 | 314 | 17 | 0 | 20 | 5 | 165 | 73 | 127 |
| Binary | 11001110 | 11110010 | 11001100 | 1111 | 0 | 10000 | 101 | 1110101 | 111011 | 1010111 |
Color Harmonies of #CEF2CC
Complementary color
Monochromatic Colors of #CEF2CC
Black with #CEF2CC
Text Example
Text Example
White with #CEF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2CC; }
p { color: rgb(206,242,204); }
H1.HeaderClassName
{
color: #CEF2CC;
}
.AnyTagClassName
{
color: #CEF2CC;
}
</style>
background-color css
<style>
a { background-color: #CEF2CC; }
a { background-color: rgb(206,242,204); }
div.DivClassName
{
background-color: #CEF2CC;
}
.BgClassName
{
background-color: #CEF2CC;
}
</style>
border-color css
<style>
span { border-color: #CEF2CC; }
span { border-color: rgb(206,242,204); }
td.TdClassName
{
border-color: #CEF2CC;
}
.TagClassName
{
border-color: #CEF2CC;
}
</style>