Shades of Blue Romance #CCF1CC
Tints of Blue Romance #CCF1CC
RGB
CMYK
RGB Variations
Color information
#CCF1CC (or 0xCCF1CC) is known color: Blue Romance. HEX triplet: CC, F1 and CC. RGB value is (204,241,204). Sum of RGB (Red+Green+Blue) = 204+241+204=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1CC is #330E33. Grayscale: #E1E1E1. Windows color (decimal): -3345972 or 13431244. OLE color: 13431244.
HSL color Cylindrical-coordinate representation of color #CCF1CC: hue angle of 120º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF1CC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 204 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.05 |
| HSL | 120º | 0.57% | 0.87% | - |
| HSV(B) | 120º | 0.15% | 0.95% | - |
| XYZ | 67.26 | 80.11 | 69.04 | - |
| YUV | 225.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 204 | 0.15 | 0 | 0.15 | 0.05 | 120 | 0.57 | 0.87 |
| Hex | CC | F1 | CC | F | 0 | F | 5 | 78 | 39 | 57 |
| Octal | 314 | 361 | 314 | 17 | 0 | 17 | 5 | 170 | 71 | 127 |
| Binary | 11001100 | 11110001 | 11001100 | 1111 | 0 | 1111 | 101 | 1111000 | 111001 | 1010111 |
Color Harmonies of #CCF1CC
Complementary color
Monochromatic Colors of #CCF1CC
Black with #CCF1CC
Text Example
Text Example
White with #CCF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1CC; }
p { color: rgb(204,241,204); }
H1.HeaderClassName
{
color: #CCF1CC;
}
.AnyTagClassName
{
color: #CCF1CC;
}
</style>
background-color css
<style>
a { background-color: #CCF1CC; }
a { background-color: rgb(204,241,204); }
div.DivClassName
{
background-color: #CCF1CC;
}
.BgClassName
{
background-color: #CCF1CC;
}
</style>
border-color css
<style>
span { border-color: #CCF1CC; }
span { border-color: rgb(204,241,204); }
td.TdClassName
{
border-color: #CCF1CC;
}
.TagClassName
{
border-color: #CCF1CC;
}
</style>