Shades of Blue Romance #CFF5CD
Tints of Blue Romance #CFF5CD
RGB
CMYK
RGB Variations
Color information
#CFF5CD (or 0xCFF5CD) is known color: Blue Romance. HEX triplet: CF, F5 and CD. RGB value is (207,245,205). Sum of RGB (Red+Green+Blue) = 207+245+205=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5CD is #300A32. Grayscale: #E5E5E5. Windows color (decimal): -3148339 or 13497807. OLE color: 13497807.
HSL color Cylindrical-coordinate representation of color #CFF5CD: hue angle of 117º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF5CD is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 205 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.04 |
| HSL | 117º | 0.67% | 0.88% | - |
| HSV(B) | 117º | 0.16% | 0.96% | - |
| XYZ | 69.4 | 82.98 | 70.12 | - |
| YUV | 229.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 205 | 0.16 | 0 | 0.16 | 0.04 | 117 | 0.67 | 0.88 |
| Hex | CF | F5 | CD | 10 | 0 | 10 | 4 | 75 | 43 | 58 |
| Octal | 317 | 365 | 315 | 20 | 0 | 20 | 4 | 165 | 103 | 130 |
| Binary | 11001111 | 11110101 | 11001101 | 10000 | 0 | 10000 | 100 | 1110101 | 1000011 | 1011000 |
Color Harmonies of #CFF5CD
Complementary color
Monochromatic Colors of #CFF5CD
Black with #CFF5CD
Text Example
Text Example
White with #CFF5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5CD; }
p { color: rgb(207,245,205); }
H1.HeaderClassName
{
color: #CFF5CD;
}
.AnyTagClassName
{
color: #CFF5CD;
}
</style>
background-color css
<style>
a { background-color: #CFF5CD; }
a { background-color: rgb(207,245,205); }
div.DivClassName
{
background-color: #CFF5CD;
}
.BgClassName
{
background-color: #CFF5CD;
}
</style>
border-color css
<style>
span { border-color: #CFF5CD; }
span { border-color: rgb(207,245,205); }
td.TdClassName
{
border-color: #CFF5CD;
}
.TagClassName
{
border-color: #CFF5CD;
}
</style>