Shades of Blue Romance #CEF1CE
Tints of Blue Romance #CEF1CE
RGB
CMYK
RGB Variations
Color information
#CEF1CE (or 0xCEF1CE) is known color: Blue Romance. HEX triplet: CE, F1 and CE. RGB value is (206,241,206). Sum of RGB (Red+Green+Blue) = 206+241+206=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1CE is #310E31. Grayscale: #E2E2E2. Windows color (decimal): -3214898 or 13562318. OLE color: 13562318.
HSL color Cylindrical-coordinate representation of color #CEF1CE: hue angle of 120º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF1CE is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 206 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.05 |
| HSL | 120º | 0.56% | 0.88% | - |
| HSV(B) | 120º | 0.15% | 0.95% | - |
| XYZ | 68.05 | 80.49 | 70.34 | - |
| YUV | 226.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 206 | 0.15 | 0 | 0.15 | 0.05 | 120 | 0.56 | 0.88 |
| Hex | CE | F1 | CE | F | 0 | F | 5 | 78 | 38 | 58 |
| Octal | 316 | 361 | 316 | 17 | 0 | 17 | 5 | 170 | 70 | 130 |
| Binary | 11001110 | 11110001 | 11001110 | 1111 | 0 | 1111 | 101 | 1111000 | 111000 | 1011000 |
Color Harmonies of #CEF1CE
Complementary color
Monochromatic Colors of #CEF1CE
Black with #CEF1CE
Text Example
Text Example
White with #CEF1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1CE; }
p { color: rgb(206,241,206); }
H1.HeaderClassName
{
color: #CEF1CE;
}
.AnyTagClassName
{
color: #CEF1CE;
}
</style>
background-color css
<style>
a { background-color: #CEF1CE; }
a { background-color: rgb(206,241,206); }
div.DivClassName
{
background-color: #CEF1CE;
}
.BgClassName
{
background-color: #CEF1CE;
}
</style>
border-color css
<style>
span { border-color: #CEF1CE; }
span { border-color: rgb(206,241,206); }
td.TdClassName
{
border-color: #CEF1CE;
}
.TagClassName
{
border-color: #CEF1CE;
}
</style>