Shades of Blue Romance #CFF6CC
Tints of Blue Romance #CFF6CC
RGB
CMYK
RGB Variations
Color information
#CFF6CC (or 0xCFF6CC) is known color: Blue Romance. HEX triplet: CF, F6 and CC. RGB value is (207,246,204). Sum of RGB (Red+Green+Blue) = 207+246+204=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6CC is #300933. Grayscale: #E5E5E5. Windows color (decimal): -3148084 or 13432527. OLE color: 13432527.
HSL color Cylindrical-coordinate representation of color #CFF6CC: hue angle of 115.71º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF6CC is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 204 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.04 |
| HSL | 115.71º | 0.7% | 0.88% | - |
| HSV(B) | 115.71º | 0.17% | 0.96% | - |
| XYZ | 69.59 | 83.54 | 69.58 | - |
| YUV | 229.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 204 | 0.16 | 0 | 0.17 | 0.04 | 115.71 | 0.7 | 0.88 |
| Hex | CF | F6 | CC | 10 | 0 | 11 | 4 | 74 | 46 | 58 |
| Octal | 317 | 366 | 314 | 20 | 0 | 21 | 4 | 164 | 106 | 130 |
| Binary | 11001111 | 11110110 | 11001100 | 10000 | 0 | 10001 | 100 | 1110100 | 1000110 | 1011000 |
Color Harmonies of #CFF6CC
Complementary color
Monochromatic Colors of #CFF6CC
Black with #CFF6CC
Text Example
Text Example
White with #CFF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6CC; }
p { color: rgb(207,246,204); }
H1.HeaderClassName
{
color: #CFF6CC;
}
.AnyTagClassName
{
color: #CFF6CC;
}
</style>
background-color css
<style>
a { background-color: #CFF6CC; }
a { background-color: rgb(207,246,204); }
div.DivClassName
{
background-color: #CFF6CC;
}
.BgClassName
{
background-color: #CFF6CC;
}
</style>
border-color css
<style>
span { border-color: #CFF6CC; }
span { border-color: rgb(207,246,204); }
td.TdClassName
{
border-color: #CFF6CC;
}
.TagClassName
{
border-color: #CFF6CC;
}
</style>