Shades of Blue Romance #CFE4CE
Tints of Blue Romance #CFE4CE
RGB
CMYK
RGB Variations
Color information
#CFE4CE (or 0xCFE4CE) is known color: Blue Romance. HEX triplet: CF, E4 and CE. RGB value is (207,228,206). Sum of RGB (Red+Green+Blue) = 207+228+206=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4CE is #301B31. Grayscale: #DBDBDB. Windows color (decimal): -3152690 or 13558991. OLE color: 13558991.
HSL color Cylindrical-coordinate representation of color #CFE4CE: hue angle of 117.27º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE4CE is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 206 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.11 |
| HSL | 117.27º | 0.29% | 0.85% | - |
| HSV(B) | 117.27º | 0.1% | 0.89% | - |
| XYZ | 64.62 | 73.21 | 69.12 | - |
| YUV | 219.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 206 | 0.09 | 0 | 0.10 | 0.11 | 117.27 | 0.29 | 0.85 |
| Hex | CF | E4 | CE | 9 | 0 | A | B | 75 | 1D | 55 |
| Octal | 317 | 344 | 316 | 11 | 0 | 12 | 13 | 165 | 35 | 125 |
| Binary | 11001111 | 11100100 | 11001110 | 1001 | 0 | 1010 | 1011 | 1110101 | 11101 | 1010101 |
Color Harmonies of #CFE4CE
Complementary color
Monochromatic Colors of #CFE4CE
Black with #CFE4CE
Text Example
Text Example
White with #CFE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4CE; }
p { color: rgb(207,228,206); }
H1.HeaderClassName
{
color: #CFE4CE;
}
.AnyTagClassName
{
color: #CFE4CE;
}
</style>
background-color css
<style>
a { background-color: #CFE4CE; }
a { background-color: rgb(207,228,206); }
div.DivClassName
{
background-color: #CFE4CE;
}
.BgClassName
{
background-color: #CFE4CE;
}
</style>
border-color css
<style>
span { border-color: #CFE4CE; }
span { border-color: rgb(207,228,206); }
td.TdClassName
{
border-color: #CFE4CE;
}
.TagClassName
{
border-color: #CFE4CE;
}
</style>