Shades of Blue Romance #CFEACE
Tints of Blue Romance #CFEACE
RGB
CMYK
RGB Variations
Color information
#CFEACE (or 0xCFEACE) is known color: Blue Romance. HEX triplet: CF, EA and CE. RGB value is (207,234,206). Sum of RGB (Red+Green+Blue) = 207+234+206=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEACE is #301531. Grayscale: #DEDEDE. Windows color (decimal): -3151154 or 13560527. OLE color: 13560527.
HSL color Cylindrical-coordinate representation of color #CFEACE: hue angle of 117.86º 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 #CFEACE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 206 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.08 |
| HSL | 117.86º | 0.4% | 0.86% | - |
| HSV(B) | 117.86º | 0.12% | 0.92% | - |
| XYZ | 66.3 | 76.57 | 69.68 | - |
| YUV | 222.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 206 | 0.12 | 0 | 0.12 | 0.08 | 117.86 | 0.4 | 0.86 |
| Hex | CF | EA | CE | C | 0 | C | 8 | 76 | 28 | 56 |
| Octal | 317 | 352 | 316 | 14 | 0 | 14 | 10 | 166 | 50 | 126 |
| Binary | 11001111 | 11101010 | 11001110 | 1100 | 0 | 1100 | 1000 | 1110110 | 101000 | 1010110 |
Color Harmonies of #CFEACE
Complementary color
Monochromatic Colors of #CFEACE
Black with #CFEACE
Text Example
Text Example
White with #CFEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEACE; }
p { color: rgb(207,234,206); }
H1.HeaderClassName
{
color: #CFEACE;
}
.AnyTagClassName
{
color: #CFEACE;
}
</style>
background-color css
<style>
a { background-color: #CFEACE; }
a { background-color: rgb(207,234,206); }
div.DivClassName
{
background-color: #CFEACE;
}
.BgClassName
{
background-color: #CFEACE;
}
</style>
border-color css
<style>
span { border-color: #CFEACE; }
span { border-color: rgb(207,234,206); }
td.TdClassName
{
border-color: #CFEACE;
}
.TagClassName
{
border-color: #CFEACE;
}
</style>