Shades of Blue Romance #CEF4CC
Tints of Blue Romance #CEF4CC
RGB
CMYK
RGB Variations
Color information
#CEF4CC (or 0xCEF4CC) is known color: Blue Romance. HEX triplet: CE, F4 and CC. RGB value is (206,244,204). Sum of RGB (Red+Green+Blue) = 206+244+204=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF4CC is #310B33. Grayscale: #E4E4E4. Windows color (decimal): -3214132 or 13432014. OLE color: 13432014.
HSL color Cylindrical-coordinate representation of color #CEF4CC: hue angle of 117º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF4CC is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 204 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.04 |
| HSL | 117º | 0.65% | 0.88% | - |
| HSV(B) | 117º | 0.16% | 0.96% | - |
| XYZ | 68.7 | 82.18 | 69.37 | - |
| YUV | 228.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 204 | 0.16 | 0 | 0.16 | 0.04 | 117 | 0.65 | 0.88 |
| Hex | CE | F4 | CC | 10 | 0 | 10 | 4 | 75 | 41 | 58 |
| Octal | 316 | 364 | 314 | 20 | 0 | 20 | 4 | 165 | 101 | 130 |
| Binary | 11001110 | 11110100 | 11001100 | 10000 | 0 | 10000 | 100 | 1110101 | 1000001 | 1011000 |
Color Harmonies of #CEF4CC
Complementary color
Monochromatic Colors of #CEF4CC
Black with #CEF4CC
Text Example
Text Example
White with #CEF4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF4CC; }
p { color: rgb(206,244,204); }
H1.HeaderClassName
{
color: #CEF4CC;
}
.AnyTagClassName
{
color: #CEF4CC;
}
</style>
background-color css
<style>
a { background-color: #CEF4CC; }
a { background-color: rgb(206,244,204); }
div.DivClassName
{
background-color: #CEF4CC;
}
.BgClassName
{
background-color: #CEF4CC;
}
</style>
border-color css
<style>
span { border-color: #CEF4CC; }
span { border-color: rgb(206,244,204); }
td.TdClassName
{
border-color: #CEF4CC;
}
.TagClassName
{
border-color: #CEF4CC;
}
</style>