Shades of Blue Romance #CEEBCE
Tints of Blue Romance #CEEBCE
RGB
CMYK
RGB Variations
Color information
#CEEBCE (or 0xCEEBCE) is known color: Blue Romance. HEX triplet: CE, EB and CE. RGB value is (206,235,206). Sum of RGB (Red+Green+Blue) = 206+235+206=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBCE is #311431. Grayscale: #DFDFDF. Windows color (decimal): -3216434 or 13560782. OLE color: 13560782.
HSL color Cylindrical-coordinate representation of color #CEEBCE: hue angle of 120º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEBCE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 206 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.08 |
| HSL | 120º | 0.42% | 0.86% | - |
| HSV(B) | 120º | 0.12% | 0.92% | - |
| XYZ | 66.3 | 76.99 | 69.76 | - |
| YUV | 223.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 206 | 0.12 | 0 | 0.12 | 0.08 | 120 | 0.42 | 0.86 |
| Hex | CE | EB | CE | C | 0 | C | 8 | 78 | 2A | 56 |
| Octal | 316 | 353 | 316 | 14 | 0 | 14 | 10 | 170 | 52 | 126 |
| Binary | 11001110 | 11101011 | 11001110 | 1100 | 0 | 1100 | 1000 | 1111000 | 101010 | 1010110 |
Color Harmonies of #CEEBCE
Complementary color
Monochromatic Colors of #CEEBCE
Black with #CEEBCE
Text Example
Text Example
White with #CEEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBCE; }
p { color: rgb(206,235,206); }
H1.HeaderClassName
{
color: #CEEBCE;
}
.AnyTagClassName
{
color: #CEEBCE;
}
</style>
background-color css
<style>
a { background-color: #CEEBCE; }
a { background-color: rgb(206,235,206); }
div.DivClassName
{
background-color: #CEEBCE;
}
.BgClassName
{
background-color: #CEEBCE;
}
</style>
border-color css
<style>
span { border-color: #CEEBCE; }
span { border-color: rgb(206,235,206); }
td.TdClassName
{
border-color: #CEEBCE;
}
.TagClassName
{
border-color: #CEEBCE;
}
</style>