Shades of Blue Romance #CEF0CE
Tints of Blue Romance #CEF0CE
RGB
CMYK
RGB Variations
Color information
#CEF0CE (or 0xCEF0CE) is known color: Blue Romance. HEX triplet: CE, F0 and CE. RGB value is (206,240,206). Sum of RGB (Red+Green+Blue) = 206+240+206=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0CE is #310F31. Grayscale: #E2E2E2. Windows color (decimal): -3215154 or 13562062. OLE color: 13562062.
HSL color Cylindrical-coordinate representation of color #CEF0CE: hue angle of 120º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEF0CE is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 206 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.06 |
| HSL | 120º | 0.53% | 0.87% | - |
| HSV(B) | 120º | 0.14% | 0.94% | - |
| XYZ | 67.75 | 79.9 | 70.24 | - |
| YUV | 225.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 206 | 0.14 | 0 | 0.14 | 0.06 | 120 | 0.53 | 0.87 |
| Hex | CE | F0 | CE | E | 0 | E | 6 | 78 | 35 | 57 |
| Octal | 316 | 360 | 316 | 16 | 0 | 16 | 6 | 170 | 65 | 127 |
| Binary | 11001110 | 11110000 | 11001110 | 1110 | 0 | 1110 | 110 | 1111000 | 110101 | 1010111 |
Color Harmonies of #CEF0CE
Complementary color
Monochromatic Colors of #CEF0CE
Black with #CEF0CE
Text Example
Text Example
White with #CEF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0CE; }
p { color: rgb(206,240,206); }
H1.HeaderClassName
{
color: #CEF0CE;
}
.AnyTagClassName
{
color: #CEF0CE;
}
</style>
background-color css
<style>
a { background-color: #CEF0CE; }
a { background-color: rgb(206,240,206); }
div.DivClassName
{
background-color: #CEF0CE;
}
.BgClassName
{
background-color: #CEF0CE;
}
</style>
border-color css
<style>
span { border-color: #CEF0CE; }
span { border-color: rgb(206,240,206); }
td.TdClassName
{
border-color: #CEF0CE;
}
.TagClassName
{
border-color: #CEF0CE;
}
</style>