Shades of Blue Romance #CEF3CE
Tints of Blue Romance #CEF3CE
RGB
CMYK
RGB Variations
Color information
#CEF3CE (or 0xCEF3CE) is known color: Blue Romance. HEX triplet: CE, F3 and CE. RGB value is (206,243,206). Sum of RGB (Red+Green+Blue) = 206+243+206=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3CE is #310C31. Grayscale: #E3E3E3. Windows color (decimal): -3214386 or 13562830. OLE color: 13562830.
HSL color Cylindrical-coordinate representation of color #CEF3CE: hue angle of 120º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF3CE is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 206 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.05 |
| HSL | 120º | 0.61% | 0.88% | - |
| HSV(B) | 120º | 0.15% | 0.95% | - |
| XYZ | 68.64 | 81.68 | 70.54 | - |
| YUV | 227.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 206 | 0.15 | 0 | 0.15 | 0.05 | 120 | 0.61 | 0.88 |
| Hex | CE | F3 | CE | F | 0 | F | 5 | 78 | 3D | 58 |
| Octal | 316 | 363 | 316 | 17 | 0 | 17 | 5 | 170 | 75 | 130 |
| Binary | 11001110 | 11110011 | 11001110 | 1111 | 0 | 1111 | 101 | 1111000 | 111101 | 1011000 |
Color Harmonies of #CEF3CE
Complementary color
Monochromatic Colors of #CEF3CE
Black with #CEF3CE
Text Example
Text Example
White with #CEF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3CE; }
p { color: rgb(206,243,206); }
H1.HeaderClassName
{
color: #CEF3CE;
}
.AnyTagClassName
{
color: #CEF3CE;
}
</style>
background-color css
<style>
a { background-color: #CEF3CE; }
a { background-color: rgb(206,243,206); }
div.DivClassName
{
background-color: #CEF3CE;
}
.BgClassName
{
background-color: #CEF3CE;
}
</style>
border-color css
<style>
span { border-color: #CEF3CE; }
span { border-color: rgb(206,243,206); }
td.TdClassName
{
border-color: #CEF3CE;
}
.TagClassName
{
border-color: #CEF3CE;
}
</style>