Shades of Blue Romance #CEF1CC
Tints of Blue Romance #CEF1CC
RGB
CMYK
RGB Variations
Color information
#CEF1CC (or 0xCEF1CC) is known color: Blue Romance. HEX triplet: CE, F1 and CC. RGB value is (206,241,204). Sum of RGB (Red+Green+Blue) = 206+241+204=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1CC is #310E33. Grayscale: #E2E2E2. Windows color (decimal): -3214900 or 13431246. OLE color: 13431246.
HSL color Cylindrical-coordinate representation of color #CEF1CC: hue angle of 116.76º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF1CC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 204 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.05 |
| HSL | 116.76º | 0.57% | 0.87% | - |
| HSV(B) | 116.76º | 0.15% | 0.95% | - |
| XYZ | 67.81 | 80.39 | 69.07 | - |
| YUV | 226.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 204 | 0.15 | 0 | 0.15 | 0.05 | 116.76 | 0.57 | 0.87 |
| Hex | CE | F1 | CC | F | 0 | F | 5 | 75 | 39 | 57 |
| Octal | 316 | 361 | 314 | 17 | 0 | 17 | 5 | 165 | 71 | 127 |
| Binary | 11001110 | 11110001 | 11001100 | 1111 | 0 | 1111 | 101 | 1110101 | 111001 | 1010111 |
Color Harmonies of #CEF1CC
Complementary color
Monochromatic Colors of #CEF1CC
Black with #CEF1CC
Text Example
Text Example
White with #CEF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1CC; }
p { color: rgb(206,241,204); }
H1.HeaderClassName
{
color: #CEF1CC;
}
.AnyTagClassName
{
color: #CEF1CC;
}
</style>
background-color css
<style>
a { background-color: #CEF1CC; }
a { background-color: rgb(206,241,204); }
div.DivClassName
{
background-color: #CEF1CC;
}
.BgClassName
{
background-color: #CEF1CC;
}
</style>
border-color css
<style>
span { border-color: #CEF1CC; }
span { border-color: rgb(206,241,204); }
td.TdClassName
{
border-color: #CEF1CC;
}
.TagClassName
{
border-color: #CEF1CC;
}
</style>