Shades of Blue Romance #CFFECE
Tints of Blue Romance #CFFECE
RGB
CMYK
RGB Variations
Color information
#CFFECE (or 0xCFFECE) is known color: Blue Romance. HEX triplet: CF, FE and CE. RGB value is (207,254,206). Sum of RGB (Red+Green+Blue) = 207+254+206=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFECE is #300131. Grayscale: #EAEAEA. Windows color (decimal): -3146034 or 13565647. OLE color: 13565647.
HSL color Cylindrical-coordinate representation of color #CFFECE: hue angle of 118.75º 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 #CFFECE is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 207 | 254 | 206 | - |
CMYK | 0.19 | 0 | 0.19 | 0.00 |
HSL | 118.75º | 0.96% | 0.9% | - |
HSV(B) | 118.75º | 0.19% | 1% | - |
XYZ | 72.31 | 88.61 | 71.68 | - |
YUV | 234.48 | 111.93 | 108.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 254 | 206 | 0.19 | 0 | 0.19 | 0.00 | 118.75 | 0.96 | 0.9 |
Hex | CF | FE | CE | 13 | 0 | 13 | 0 | 77 | 60 | 5A |
Octal | 317 | 376 | 316 | 23 | 0 | 23 | 0 | 167 | 140 | 132 |
Binary | 11001111 | 11111110 | 11001110 | 10011 | 0 | 10011 | 0 | 1110111 | 1100000 | 1011010 |
Color Harmonies of #CFFECE
Complementary color
Monochromatic Colors of #CFFECE
Black with #CFFECE
Text Example
Text Example
White with #CFFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFECE; }
p { color: rgb(207,254,206); }
H1.HeaderClassName
{
color: #CFFECE;
}
.AnyTagClassName
{
color: #CFFECE;
}
</style>
background-color css
<style>
a { background-color: #CFFECE; }
a { background-color: rgb(207,254,206); }
div.DivClassName
{
background-color: #CFFECE;
}
.BgClassName
{
background-color: #CFFECE;
}
</style>
border-color css
<style>
span { border-color: #CFFECE; }
span { border-color: rgb(207,254,206); }
td.TdClassName
{
border-color: #CFFECE;
}
.TagClassName
{
border-color: #CFFECE;
}
</style>