Shades of Blue Romance #CFE0CE
Tints of Blue Romance #CFE0CE
RGB
CMYK
RGB Variations
Color information
#CFE0CE (or 0xCFE0CE) is known color: Blue Romance. HEX triplet: CF, E0 and CE. RGB value is (207,224,206). Sum of RGB (Red+Green+Blue) = 207+224+206=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0CE is #301F31. Grayscale: #D8D8D8. Windows color (decimal): -3153714 or 13557967. OLE color: 13557967.
HSL color Cylindrical-coordinate representation of color #CFE0CE: hue angle of 116.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE0CE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 206 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 116.67º | 0.23% | 0.84% | - |
| HSV(B) | 116.67º | 0.08% | 0.88% | - |
| XYZ | 63.53 | 71.03 | 68.75 | - |
| YUV | 216.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 206 | 0.08 | 0 | 0.08 | 0.12 | 116.67 | 0.23 | 0.84 |
| Hex | CF | E0 | CE | 8 | 0 | 8 | C | 75 | 16 | 54 |
| Octal | 317 | 340 | 316 | 10 | 0 | 10 | 14 | 165 | 26 | 124 |
| Binary | 11001111 | 11100000 | 11001110 | 1000 | 0 | 1000 | 1100 | 1110101 | 10110 | 1010100 |
Color Harmonies of #CFE0CE
Complementary color
Monochromatic Colors of #CFE0CE
Black with #CFE0CE
Text Example
Text Example
White with #CFE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0CE; }
p { color: rgb(207,224,206); }
H1.HeaderClassName
{
color: #CFE0CE;
}
.AnyTagClassName
{
color: #CFE0CE;
}
</style>
background-color css
<style>
a { background-color: #CFE0CE; }
a { background-color: rgb(207,224,206); }
div.DivClassName
{
background-color: #CFE0CE;
}
.BgClassName
{
background-color: #CFE0CE;
}
</style>
border-color css
<style>
span { border-color: #CFE0CE; }
span { border-color: rgb(207,224,206); }
td.TdClassName
{
border-color: #CFE0CE;
}
.TagClassName
{
border-color: #CFE0CE;
}
</style>