Shades of Blue Romance #CEEACE
Tints of Blue Romance #CEEACE
RGB
CMYK
RGB Variations
Color information
#CEEACE (or 0xCEEACE) is known color: Blue Romance. HEX triplet: CE, EA and CE. RGB value is (206,234,206). Sum of RGB (Red+Green+Blue) = 206+234+206=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEACE is #311531. Grayscale: #DEDEDE. Windows color (decimal): -3216690 or 13560526. OLE color: 13560526.
HSL color Cylindrical-coordinate representation of color #CEEACE: hue angle of 120º degrees, saturation: 0.4, 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 #CEEACE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 206 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.08 |
| HSL | 120º | 0.4% | 0.86% | - |
| HSV(B) | 120º | 0.12% | 0.92% | - |
| XYZ | 66.02 | 76.42 | 69.66 | - |
| YUV | 222.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 206 | 0.12 | 0 | 0.12 | 0.08 | 120 | 0.4 | 0.86 |
| Hex | CE | EA | CE | C | 0 | C | 8 | 78 | 28 | 56 |
| Octal | 316 | 352 | 316 | 14 | 0 | 14 | 10 | 170 | 50 | 126 |
| Binary | 11001110 | 11101010 | 11001110 | 1100 | 0 | 1100 | 1000 | 1111000 | 101000 | 1010110 |
Color Harmonies of #CEEACE
Complementary color
Monochromatic Colors of #CEEACE
Black with #CEEACE
Text Example
Text Example
White with #CEEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEACE; }
p { color: rgb(206,234,206); }
H1.HeaderClassName
{
color: #CEEACE;
}
.AnyTagClassName
{
color: #CEEACE;
}
</style>
background-color css
<style>
a { background-color: #CEEACE; }
a { background-color: rgb(206,234,206); }
div.DivClassName
{
background-color: #CEEACE;
}
.BgClassName
{
background-color: #CEEACE;
}
</style>
border-color css
<style>
span { border-color: #CEEACE; }
span { border-color: rgb(206,234,206); }
td.TdClassName
{
border-color: #CEEACE;
}
.TagClassName
{
border-color: #CEEACE;
}
</style>