Shades of Blue Romance #CFF3CE
Tints of Blue Romance #CFF3CE
RGB
CMYK
RGB Variations
Color information
#CFF3CE (or 0xCFF3CE) is known color: Blue Romance. HEX triplet: CF, F3 and CE. RGB value is (207,243,206). Sum of RGB (Red+Green+Blue) = 207+243+206=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3CE is #300C31. Grayscale: #E4E4E4. Windows color (decimal): -3148850 or 13562831. OLE color: 13562831.
HSL color Cylindrical-coordinate representation of color #CFF3CE: hue angle of 118.38º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF3CE is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 206 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.05 |
| HSL | 118.38º | 0.61% | 0.88% | - |
| HSV(B) | 118.38º | 0.15% | 0.95% | - |
| XYZ | 68.92 | 81.82 | 70.55 | - |
| YUV | 228.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 206 | 0.15 | 0 | 0.15 | 0.05 | 118.38 | 0.61 | 0.88 |
| Hex | CF | F3 | CE | F | 0 | F | 5 | 76 | 3D | 58 |
| Octal | 317 | 363 | 316 | 17 | 0 | 17 | 5 | 166 | 75 | 130 |
| Binary | 11001111 | 11110011 | 11001110 | 1111 | 0 | 1111 | 101 | 1110110 | 111101 | 1011000 |
Color Harmonies of #CFF3CE
Complementary color
Monochromatic Colors of #CFF3CE
Black with #CFF3CE
Text Example
Text Example
White with #CFF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3CE; }
p { color: rgb(207,243,206); }
H1.HeaderClassName
{
color: #CFF3CE;
}
.AnyTagClassName
{
color: #CFF3CE;
}
</style>
background-color css
<style>
a { background-color: #CFF3CE; }
a { background-color: rgb(207,243,206); }
div.DivClassName
{
background-color: #CFF3CE;
}
.BgClassName
{
background-color: #CFF3CE;
}
</style>
border-color css
<style>
span { border-color: #CFF3CE; }
span { border-color: rgb(207,243,206); }
td.TdClassName
{
border-color: #CFF3CE;
}
.TagClassName
{
border-color: #CFF3CE;
}
</style>