Shades of Blue Romance #CCF6CC
Tints of Blue Romance #CCF6CC
RGB
CMYK
RGB Variations
Color information
#CCF6CC (or 0xCCF6CC) is known color: Blue Romance. HEX triplet: CC, F6 and CC. RGB value is (204,246,204). Sum of RGB (Red+Green+Blue) = 204+246+204=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6CC is #330933. Grayscale: #E4E4E4. Windows color (decimal): -3344692 or 13432524. OLE color: 13432524.
HSL color Cylindrical-coordinate representation of color #CCF6CC: hue angle of 120º 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 #CCF6CC is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 204 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.04 |
| HSL | 120º | 0.7% | 0.88% | - |
| HSV(B) | 120º | 0.17% | 0.96% | - |
| XYZ | 68.76 | 83.11 | 69.54 | - |
| YUV | 228.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 204 | 0.17 | 0 | 0.17 | 0.04 | 120 | 0.7 | 0.88 |
| Hex | CC | F6 | CC | 11 | 0 | 11 | 4 | 78 | 46 | 58 |
| Octal | 314 | 366 | 314 | 21 | 0 | 21 | 4 | 170 | 106 | 130 |
| Binary | 11001100 | 11110110 | 11001100 | 10001 | 0 | 10001 | 100 | 1111000 | 1000110 | 1011000 |
Color Harmonies of #CCF6CC
Complementary color
Monochromatic Colors of #CCF6CC
Black with #CCF6CC
Text Example
Text Example
White with #CCF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF6CC; }
p { color: rgb(204,246,204); }
H1.HeaderClassName
{
color: #CCF6CC;
}
.AnyTagClassName
{
color: #CCF6CC;
}
</style>
background-color css
<style>
a { background-color: #CCF6CC; }
a { background-color: rgb(204,246,204); }
div.DivClassName
{
background-color: #CCF6CC;
}
.BgClassName
{
background-color: #CCF6CC;
}
</style>
border-color css
<style>
span { border-color: #CCF6CC; }
span { border-color: rgb(204,246,204); }
td.TdClassName
{
border-color: #CCF6CC;
}
.TagClassName
{
border-color: #CCF6CC;
}
</style>