Shades of Blue Romance #CFF0CC
Tints of Blue Romance #CFF0CC
RGB
CMYK
RGB Variations
Color information
#CFF0CC (or 0xCFF0CC) is known color: Blue Romance. HEX triplet: CF, F0 and CC. RGB value is (207,240,204). Sum of RGB (Red+Green+Blue) = 207+240+204=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0CC is #300F33. Grayscale: #E2E2E2. Windows color (decimal): -3149620 or 13430991. OLE color: 13430991.
HSL color Cylindrical-coordinate representation of color #CFF0CC: hue angle of 115º degrees, saturation: 0.55, 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 #CFF0CC is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 204 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.06 |
| HSL | 115º | 0.55% | 0.87% | - |
| HSV(B) | 115º | 0.15% | 0.94% | - |
| XYZ | 67.79 | 79.95 | 68.98 | - |
| YUV | 226.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 204 | 0.14 | 0 | 0.15 | 0.06 | 115 | 0.55 | 0.87 |
| Hex | CF | F0 | CC | E | 0 | F | 6 | 73 | 37 | 57 |
| Octal | 317 | 360 | 314 | 16 | 0 | 17 | 6 | 163 | 67 | 127 |
| Binary | 11001111 | 11110000 | 11001100 | 1110 | 0 | 1111 | 110 | 1110011 | 110111 | 1010111 |
Color Harmonies of #CFF0CC
Complementary color
Monochromatic Colors of #CFF0CC
Black with #CFF0CC
Text Example
Text Example
White with #CFF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0CC; }
p { color: rgb(207,240,204); }
H1.HeaderClassName
{
color: #CFF0CC;
}
.AnyTagClassName
{
color: #CFF0CC;
}
</style>
background-color css
<style>
a { background-color: #CFF0CC; }
a { background-color: rgb(207,240,204); }
div.DivClassName
{
background-color: #CFF0CC;
}
.BgClassName
{
background-color: #CFF0CC;
}
</style>
border-color css
<style>
span { border-color: #CFF0CC; }
span { border-color: rgb(207,240,204); }
td.TdClassName
{
border-color: #CFF0CC;
}
.TagClassName
{
border-color: #CFF0CC;
}
</style>