Shades of Blue Romance #CEF5CC
Tints of Blue Romance #CEF5CC
RGB
CMYK
RGB Variations
Color information
#CEF5CC (or 0xCEF5CC) is known color: Blue Romance. HEX triplet: CE, F5 and CC. RGB value is (206,245,204). Sum of RGB (Red+Green+Blue) = 206+245+204=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5CC is #310A33. Grayscale: #E4E4E4. Windows color (decimal): -3213876 or 13432270. OLE color: 13432270.
HSL color Cylindrical-coordinate representation of color #CEF5CC: hue angle of 117.07º degrees, saturation: 0.67, 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 #CEF5CC is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 204 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.04 |
| HSL | 117.07º | 0.67% | 0.88% | - |
| HSV(B) | 117.07º | 0.17% | 0.96% | - |
| XYZ | 69.01 | 82.79 | 69.47 | - |
| YUV | 228.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 204 | 0.16 | 0 | 0.17 | 0.04 | 117.07 | 0.67 | 0.88 |
| Hex | CE | F5 | CC | 10 | 0 | 11 | 4 | 75 | 43 | 58 |
| Octal | 316 | 365 | 314 | 20 | 0 | 21 | 4 | 165 | 103 | 130 |
| Binary | 11001110 | 11110101 | 11001100 | 10000 | 0 | 10001 | 100 | 1110101 | 1000011 | 1011000 |
Color Harmonies of #CEF5CC
Complementary color
Monochromatic Colors of #CEF5CC
Black with #CEF5CC
Text Example
Text Example
White with #CEF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5CC; }
p { color: rgb(206,245,204); }
H1.HeaderClassName
{
color: #CEF5CC;
}
.AnyTagClassName
{
color: #CEF5CC;
}
</style>
background-color css
<style>
a { background-color: #CEF5CC; }
a { background-color: rgb(206,245,204); }
div.DivClassName
{
background-color: #CEF5CC;
}
.BgClassName
{
background-color: #CEF5CC;
}
</style>
border-color css
<style>
span { border-color: #CEF5CC; }
span { border-color: rgb(206,245,204); }
td.TdClassName
{
border-color: #CEF5CC;
}
.TagClassName
{
border-color: #CEF5CC;
}
</style>