Shades of Blue Romance #CEFECE
Tints of Blue Romance #CEFECE
RGB
CMYK
RGB Variations
Color information
#CEFECE (or 0xCEFECE) is known color: Blue Romance. HEX triplet: CE, FE and CE. RGB value is (206,254,206). Sum of RGB (Red+Green+Blue) = 206+254+206=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFECE is #310131. Grayscale: #EAEAEA. Windows color (decimal): -3211570 or 13565646. OLE color: 13565646.
HSL color Cylindrical-coordinate representation of color #CEFECE: hue angle of 120º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFECE is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 206 | 254 | 206 | - |
CMYK | 0.19 | 0 | 0.19 | 0.00 |
HSL | 120º | 0.96% | 0.9% | - |
HSV(B) | 120º | 0.19% | 1% | - |
XYZ | 72.04 | 88.46 | 71.67 | - |
YUV | 234.18 | 112.1 | 107.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 254 | 206 | 0.19 | 0 | 0.19 | 0.00 | 120 | 0.96 | 0.9 |
Hex | CE | FE | CE | 13 | 0 | 13 | 0 | 78 | 60 | 5A |
Octal | 316 | 376 | 316 | 23 | 0 | 23 | 0 | 170 | 140 | 132 |
Binary | 11001110 | 11111110 | 11001110 | 10011 | 0 | 10011 | 0 | 1111000 | 1100000 | 1011010 |
Color Harmonies of #CEFECE
Complementary color
Monochromatic Colors of #CEFECE
Black with #CEFECE
Text Example
Text Example
White with #CEFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFECE; }
p { color: rgb(206,254,206); }
H1.HeaderClassName
{
color: #CEFECE;
}
.AnyTagClassName
{
color: #CEFECE;
}
</style>
background-color css
<style>
a { background-color: #CEFECE; }
a { background-color: rgb(206,254,206); }
div.DivClassName
{
background-color: #CEFECE;
}
.BgClassName
{
background-color: #CEFECE;
}
</style>
border-color css
<style>
span { border-color: #CEFECE; }
span { border-color: rgb(206,254,206); }
td.TdClassName
{
border-color: #CEFECE;
}
.TagClassName
{
border-color: #CEFECE;
}
</style>