Shades of Blue Romance #CFE2CE
Tints of Blue Romance #CFE2CE
RGB
CMYK
RGB Variations
Color information
#CFE2CE (or 0xCFE2CE) is known color: Blue Romance. HEX triplet: CF, E2 and CE. RGB value is (207,226,206). Sum of RGB (Red+Green+Blue) = 207+226+206=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2CE is #301D31. Grayscale: #DADADA. Windows color (decimal): -3153202 or 13558479. OLE color: 13558479.
HSL color Cylindrical-coordinate representation of color #CFE2CE: hue angle of 117º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFE2CE is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 206 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.11 |
| HSL | 117º | 0.26% | 0.85% | - |
| HSV(B) | 117º | 0.09% | 0.89% | - |
| XYZ | 64.07 | 72.11 | 68.94 | - |
| YUV | 218.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 206 | 0.08 | 0 | 0.09 | 0.11 | 117 | 0.26 | 0.85 |
| Hex | CF | E2 | CE | 8 | 0 | 9 | B | 75 | 1A | 55 |
| Octal | 317 | 342 | 316 | 10 | 0 | 11 | 13 | 165 | 32 | 125 |
| Binary | 11001111 | 11100010 | 11001110 | 1000 | 0 | 1001 | 1011 | 1110101 | 11010 | 1010101 |
Color Harmonies of #CFE2CE
Complementary color
Monochromatic Colors of #CFE2CE
Black with #CFE2CE
Text Example
Text Example
White with #CFE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2CE; }
p { color: rgb(207,226,206); }
H1.HeaderClassName
{
color: #CFE2CE;
}
.AnyTagClassName
{
color: #CFE2CE;
}
</style>
background-color css
<style>
a { background-color: #CFE2CE; }
a { background-color: rgb(207,226,206); }
div.DivClassName
{
background-color: #CFE2CE;
}
.BgClassName
{
background-color: #CFE2CE;
}
</style>
border-color css
<style>
span { border-color: #CFE2CE; }
span { border-color: rgb(207,226,206); }
td.TdClassName
{
border-color: #CFE2CE;
}
.TagClassName
{
border-color: #CFE2CE;
}
</style>