Shades of Blue Romance #CCF2CA
Tints of Blue Romance #CCF2CA
RGB
CMYK
RGB Variations
Color information
#CCF2CA (or 0xCCF2CA) is known color: Blue Romance. HEX triplet: CC, F2 and CA. RGB value is (204,242,202). Sum of RGB (Red+Green+Blue) = 204+242+202=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2CA is #330D35. Grayscale: #E2E2E2. Windows color (decimal): -3345718 or 13300428. OLE color: 13300428.
HSL color Cylindrical-coordinate representation of color #CCF2CA: hue angle of 117º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF2CA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 202 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.05 |
| HSL | 117º | 0.61% | 0.87% | - |
| HSV(B) | 117º | 0.17% | 0.95% | - |
| XYZ | 67.31 | 80.61 | 67.89 | - |
| YUV | 226.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 202 | 0.16 | 0 | 0.17 | 0.05 | 117 | 0.61 | 0.87 |
| Hex | CC | F2 | CA | 10 | 0 | 11 | 5 | 75 | 3D | 57 |
| Octal | 314 | 362 | 312 | 20 | 0 | 21 | 5 | 165 | 75 | 127 |
| Binary | 11001100 | 11110010 | 11001010 | 10000 | 0 | 10001 | 101 | 1110101 | 111101 | 1010111 |
Color Harmonies of #CCF2CA
Complementary color
Monochromatic Colors of #CCF2CA
Black with #CCF2CA
Text Example
Text Example
White with #CCF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2CA; }
p { color: rgb(204,242,202); }
H1.HeaderClassName
{
color: #CCF2CA;
}
.AnyTagClassName
{
color: #CCF2CA;
}
</style>
background-color css
<style>
a { background-color: #CCF2CA; }
a { background-color: rgb(204,242,202); }
div.DivClassName
{
background-color: #CCF2CA;
}
.BgClassName
{
background-color: #CCF2CA;
}
</style>
border-color css
<style>
span { border-color: #CCF2CA; }
span { border-color: rgb(204,242,202); }
td.TdClassName
{
border-color: #CCF2CA;
}
.TagClassName
{
border-color: #CCF2CA;
}
</style>