Shades of Blue Romance #CFF0CD
Tints of Blue Romance #CFF0CD
RGB
CMYK
RGB Variations
Color information
#CFF0CD (or 0xCFF0CD) is known color: Blue Romance. HEX triplet: CF, F0 and CD. RGB value is (207,240,205). Sum of RGB (Red+Green+Blue) = 207+240+205=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0CD is #300F32. Grayscale: #E2E2E2. Windows color (decimal): -3149619 or 13496527. OLE color: 13496527.
HSL color Cylindrical-coordinate representation of color #CFF0CD: hue angle of 116.57º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF0CD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 205 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.06 |
| HSL | 116.57º | 0.54% | 0.87% | - |
| HSV(B) | 116.57º | 0.15% | 0.94% | - |
| XYZ | 67.91 | 79.99 | 69.62 | - |
| YUV | 226.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 205 | 0.14 | 0 | 0.15 | 0.06 | 116.57 | 0.54 | 0.87 |
| Hex | CF | F0 | CD | E | 0 | F | 6 | 75 | 36 | 57 |
| Octal | 317 | 360 | 315 | 16 | 0 | 17 | 6 | 165 | 66 | 127 |
| Binary | 11001111 | 11110000 | 11001101 | 1110 | 0 | 1111 | 110 | 1110101 | 110110 | 1010111 |
Color Harmonies of #CFF0CD
Complementary color
Monochromatic Colors of #CFF0CD
Black with #CFF0CD
Text Example
Text Example
White with #CFF0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0CD; }
p { color: rgb(207,240,205); }
H1.HeaderClassName
{
color: #CFF0CD;
}
.AnyTagClassName
{
color: #CFF0CD;
}
</style>
background-color css
<style>
a { background-color: #CFF0CD; }
a { background-color: rgb(207,240,205); }
div.DivClassName
{
background-color: #CFF0CD;
}
.BgClassName
{
background-color: #CFF0CD;
}
</style>
border-color css
<style>
span { border-color: #CFF0CD; }
span { border-color: rgb(207,240,205); }
td.TdClassName
{
border-color: #CFF0CD;
}
.TagClassName
{
border-color: #CFF0CD;
}
</style>