Shades of Blue Romance #CEF3CC
Tints of Blue Romance #CEF3CC
RGB
CMYK
RGB Variations
Color information
#CEF3CC (or 0xCEF3CC) is known color: Blue Romance. HEX triplet: CE, F3 and CC. RGB value is (206,243,204). Sum of RGB (Red+Green+Blue) = 206+243+204=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3CC is #310C33. Grayscale: #E3E3E3. Windows color (decimal): -3214388 or 13431758. OLE color: 13431758.
HSL color Cylindrical-coordinate representation of color #CEF3CC: hue angle of 116.92º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF3CC is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 204 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.05 |
| HSL | 116.92º | 0.62% | 0.88% | - |
| HSV(B) | 116.92º | 0.16% | 0.95% | - |
| XYZ | 68.4 | 81.58 | 69.27 | - |
| YUV | 227.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 204 | 0.15 | 0 | 0.16 | 0.05 | 116.92 | 0.62 | 0.88 |
| Hex | CE | F3 | CC | F | 0 | 10 | 5 | 75 | 3E | 58 |
| Octal | 316 | 363 | 314 | 17 | 0 | 20 | 5 | 165 | 76 | 130 |
| Binary | 11001110 | 11110011 | 11001100 | 1111 | 0 | 10000 | 101 | 1110101 | 111110 | 1011000 |
Color Harmonies of #CEF3CC
Complementary color
Monochromatic Colors of #CEF3CC
Black with #CEF3CC
Text Example
Text Example
White with #CEF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3CC; }
p { color: rgb(206,243,204); }
H1.HeaderClassName
{
color: #CEF3CC;
}
.AnyTagClassName
{
color: #CEF3CC;
}
</style>
background-color css
<style>
a { background-color: #CEF3CC; }
a { background-color: rgb(206,243,204); }
div.DivClassName
{
background-color: #CEF3CC;
}
.BgClassName
{
background-color: #CEF3CC;
}
</style>
border-color css
<style>
span { border-color: #CEF3CC; }
span { border-color: rgb(206,243,204); }
td.TdClassName
{
border-color: #CEF3CC;
}
.TagClassName
{
border-color: #CEF3CC;
}
</style>