Shades of Blue Romance #CFF2CD
Tints of Blue Romance #CFF2CD
RGB
CMYK
RGB Variations
Color information
#CFF2CD (or 0xCFF2CD) is known color: Blue Romance. HEX triplet: CF, F2 and CD. RGB value is (207,242,205). Sum of RGB (Red+Green+Blue) = 207+242+205=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2CD is #300D32. Grayscale: #E3E3E3. Windows color (decimal): -3149107 or 13497039. OLE color: 13497039.
HSL color Cylindrical-coordinate representation of color #CFF2CD: hue angle of 116.76º degrees, saturation: 0.59, 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 #CFF2CD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 205 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.05 |
| HSL | 116.76º | 0.59% | 0.88% | - |
| HSV(B) | 116.76º | 0.15% | 0.95% | - |
| XYZ | 68.5 | 81.18 | 69.82 | - |
| YUV | 227.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 205 | 0.14 | 0 | 0.15 | 0.05 | 116.76 | 0.59 | 0.88 |
| Hex | CF | F2 | CD | E | 0 | F | 5 | 75 | 3B | 58 |
| Octal | 317 | 362 | 315 | 16 | 0 | 17 | 5 | 165 | 73 | 130 |
| Binary | 11001111 | 11110010 | 11001101 | 1110 | 0 | 1111 | 101 | 1110101 | 111011 | 1011000 |
Color Harmonies of #CFF2CD
Complementary color
Monochromatic Colors of #CFF2CD
Black with #CFF2CD
Text Example
Text Example
White with #CFF2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2CD; }
p { color: rgb(207,242,205); }
H1.HeaderClassName
{
color: #CFF2CD;
}
.AnyTagClassName
{
color: #CFF2CD;
}
</style>
background-color css
<style>
a { background-color: #CFF2CD; }
a { background-color: rgb(207,242,205); }
div.DivClassName
{
background-color: #CFF2CD;
}
.BgClassName
{
background-color: #CFF2CD;
}
</style>
border-color css
<style>
span { border-color: #CFF2CD; }
span { border-color: rgb(207,242,205); }
td.TdClassName
{
border-color: #CFF2CD;
}
.TagClassName
{
border-color: #CFF2CD;
}
</style>