Shades of Blue Romance #CEECCE
Tints of Blue Romance #CEECCE
RGB
CMYK
RGB Variations
Color information
#CEECCE (or 0xCEECCE) is known color: Blue Romance. HEX triplet: CE, EC and CE. RGB value is (206,236,206). Sum of RGB (Red+Green+Blue) = 206+236+206=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECCE is #311331. Grayscale: #DFDFDF. Windows color (decimal): -3216178 or 13561038. OLE color: 13561038.
HSL color Cylindrical-coordinate representation of color #CEECCE: hue angle of 120º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEECCE is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 206 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.07 |
| HSL | 120º | 0.44% | 0.87% | - |
| HSV(B) | 120º | 0.13% | 0.93% | - |
| XYZ | 66.59 | 77.57 | 69.86 | - |
| YUV | 223.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 206 | 0.13 | 0 | 0.13 | 0.07 | 120 | 0.44 | 0.87 |
| Hex | CE | EC | CE | D | 0 | D | 7 | 78 | 2C | 57 |
| Octal | 316 | 354 | 316 | 15 | 0 | 15 | 7 | 170 | 54 | 127 |
| Binary | 11001110 | 11101100 | 11001110 | 1101 | 0 | 1101 | 111 | 1111000 | 101100 | 1010111 |
Color Harmonies of #CEECCE
Complementary color
Monochromatic Colors of #CEECCE
Black with #CEECCE
Text Example
Text Example
White with #CEECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECCE; }
p { color: rgb(206,236,206); }
H1.HeaderClassName
{
color: #CEECCE;
}
.AnyTagClassName
{
color: #CEECCE;
}
</style>
background-color css
<style>
a { background-color: #CEECCE; }
a { background-color: rgb(206,236,206); }
div.DivClassName
{
background-color: #CEECCE;
}
.BgClassName
{
background-color: #CEECCE;
}
</style>
border-color css
<style>
span { border-color: #CEECCE; }
span { border-color: rgb(206,236,206); }
td.TdClassName
{
border-color: #CEECCE;
}
.TagClassName
{
border-color: #CEECCE;
}
</style>