Shades of Blue Romance #CEF2CA
Tints of Blue Romance #CEF2CA
RGB
CMYK
RGB Variations
Color information
#CEF2CA (or 0xCEF2CA) is known color: Blue Romance. HEX triplet: CE, F2 and CA. RGB value is (206,242,202). Sum of RGB (Red+Green+Blue) = 206+242+202=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2CA is #310D35. Grayscale: #E2E2E2. Windows color (decimal): -3214646 or 13300430. OLE color: 13300430.
HSL color Cylindrical-coordinate representation of color #CEF2CA: hue angle of 114º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF2CA is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 202 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.05 |
| HSL | 114º | 0.61% | 0.87% | - |
| HSV(B) | 114º | 0.17% | 0.95% | - |
| XYZ | 67.87 | 80.89 | 67.91 | - |
| YUV | 226.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 202 | 0.15 | 0 | 0.17 | 0.05 | 114 | 0.61 | 0.87 |
| Hex | CE | F2 | CA | F | 0 | 11 | 5 | 72 | 3D | 57 |
| Octal | 316 | 362 | 312 | 17 | 0 | 21 | 5 | 162 | 75 | 127 |
| Binary | 11001110 | 11110010 | 11001010 | 1111 | 0 | 10001 | 101 | 1110010 | 111101 | 1010111 |
Color Harmonies of #CEF2CA
Complementary color
Monochromatic Colors of #CEF2CA
Black with #CEF2CA
Text Example
Text Example
White with #CEF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2CA; }
p { color: rgb(206,242,202); }
H1.HeaderClassName
{
color: #CEF2CA;
}
.AnyTagClassName
{
color: #CEF2CA;
}
</style>
background-color css
<style>
a { background-color: #CEF2CA; }
a { background-color: rgb(206,242,202); }
div.DivClassName
{
background-color: #CEF2CA;
}
.BgClassName
{
background-color: #CEF2CA;
}
</style>
border-color css
<style>
span { border-color: #CEF2CA; }
span { border-color: rgb(206,242,202); }
td.TdClassName
{
border-color: #CEF2CA;
}
.TagClassName
{
border-color: #CEF2CA;
}
</style>