Shades of Blue Romance #CEF6CC
Tints of Blue Romance #CEF6CC
RGB
CMYK
RGB Variations
Color information
#CEF6CC (or 0xCEF6CC) is known color: Blue Romance. HEX triplet: CE, F6 and CC. RGB value is (206,246,204). Sum of RGB (Red+Green+Blue) = 206+246+204=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6CC is #310933. Grayscale: #E5E5E5. Windows color (decimal): -3213620 or 13432526. OLE color: 13432526.
HSL color Cylindrical-coordinate representation of color #CEF6CC: hue angle of 117.14º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF6CC is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 204 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.04 |
| HSL | 117.14º | 0.7% | 0.88% | - |
| HSV(B) | 117.14º | 0.17% | 0.96% | - |
| XYZ | 69.31 | 83.39 | 69.57 | - |
| YUV | 229.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 204 | 0.16 | 0 | 0.17 | 0.04 | 117.14 | 0.7 | 0.88 |
| Hex | CE | F6 | CC | 10 | 0 | 11 | 4 | 75 | 46 | 58 |
| Octal | 316 | 366 | 314 | 20 | 0 | 21 | 4 | 165 | 106 | 130 |
| Binary | 11001110 | 11110110 | 11001100 | 10000 | 0 | 10001 | 100 | 1110101 | 1000110 | 1011000 |
Color Harmonies of #CEF6CC
Complementary color
Monochromatic Colors of #CEF6CC
Black with #CEF6CC
Text Example
Text Example
White with #CEF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6CC; }
p { color: rgb(206,246,204); }
H1.HeaderClassName
{
color: #CEF6CC;
}
.AnyTagClassName
{
color: #CEF6CC;
}
</style>
background-color css
<style>
a { background-color: #CEF6CC; }
a { background-color: rgb(206,246,204); }
div.DivClassName
{
background-color: #CEF6CC;
}
.BgClassName
{
background-color: #CEF6CC;
}
</style>
border-color css
<style>
span { border-color: #CEF6CC; }
span { border-color: rgb(206,246,204); }
td.TdClassName
{
border-color: #CEF6CC;
}
.TagClassName
{
border-color: #CEF6CC;
}
</style>