Shades of Blue Romance #CFF3CF
Tints of Blue Romance #CFF3CF
RGB
CMYK
RGB Variations
Color information
#CFF3CF (or 0xCFF3CF) is known color: Blue Romance. HEX triplet: CF, F3 and CF. RGB value is (207,243,207). Sum of RGB (Red+Green+Blue) = 207+243+207=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3CF is #300C30. Grayscale: #E4E4E4. Windows color (decimal): -3148849 or 13628367. OLE color: 13628367.
HSL color Cylindrical-coordinate representation of color #CFF3CF: hue angle of 120º degrees, saturation: 0.6, 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 #CFF3CF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 207 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.05 |
| HSL | 120º | 0.6% | 0.88% | - |
| HSV(B) | 120º | 0.15% | 0.95% | - |
| XYZ | 69.05 | 81.87 | 71.2 | - |
| YUV | 228.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 207 | 0.15 | 0 | 0.15 | 0.05 | 120 | 0.6 | 0.88 |
| Hex | CF | F3 | CF | F | 0 | F | 5 | 78 | 3C | 58 |
| Octal | 317 | 363 | 317 | 17 | 0 | 17 | 5 | 170 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11001111 | 1111 | 0 | 1111 | 101 | 1111000 | 111100 | 1011000 |
Color Harmonies of #CFF3CF
Complementary color
Monochromatic Colors of #CFF3CF
Black with #CFF3CF
Text Example
Text Example
White with #CFF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3CF; }
p { color: rgb(207,243,207); }
H1.HeaderClassName
{
color: #CFF3CF;
}
.AnyTagClassName
{
color: #CFF3CF;
}
</style>
background-color css
<style>
a { background-color: #CFF3CF; }
a { background-color: rgb(207,243,207); }
div.DivClassName
{
background-color: #CFF3CF;
}
.BgClassName
{
background-color: #CFF3CF;
}
</style>
border-color css
<style>
span { border-color: #CFF3CF; }
span { border-color: rgb(207,243,207); }
td.TdClassName
{
border-color: #CFF3CF;
}
.TagClassName
{
border-color: #CFF3CF;
}
</style>