Shades of Blue Romance #CCE7CA
Tints of Blue Romance #CCE7CA
RGB
CMYK
RGB Variations
Color information
#CCE7CA (or 0xCCE7CA) is known color: Blue Romance. HEX triplet: CC, E7 and CA. RGB value is (204,231,202). Sum of RGB (Red+Green+Blue) = 204+231+202=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7CA is #331835. Grayscale: #DBDBDB. Windows color (decimal): -3348534 or 13297612. OLE color: 13297612.
HSL color Cylindrical-coordinate representation of color #CCE7CA: hue angle of 115.86º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCE7CA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 202 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.09 |
| HSL | 115.86º | 0.38% | 0.85% | - |
| HSV(B) | 115.86º | 0.13% | 0.91% | - |
| XYZ | 64.14 | 74.25 | 66.83 | - |
| YUV | 219.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 202 | 0.12 | 0 | 0.13 | 0.09 | 115.86 | 0.38 | 0.85 |
| Hex | CC | E7 | CA | C | 0 | D | 9 | 74 | 26 | 55 |
| Octal | 314 | 347 | 312 | 14 | 0 | 15 | 11 | 164 | 46 | 125 |
| Binary | 11001100 | 11100111 | 11001010 | 1100 | 0 | 1101 | 1001 | 1110100 | 100110 | 1010101 |
Color Harmonies of #CCE7CA
Complementary color
Monochromatic Colors of #CCE7CA
Black with #CCE7CA
Text Example
Text Example
White with #CCE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7CA; }
p { color: rgb(204,231,202); }
H1.HeaderClassName
{
color: #CCE7CA;
}
.AnyTagClassName
{
color: #CCE7CA;
}
</style>
background-color css
<style>
a { background-color: #CCE7CA; }
a { background-color: rgb(204,231,202); }
div.DivClassName
{
background-color: #CCE7CA;
}
.BgClassName
{
background-color: #CCE7CA;
}
</style>
border-color css
<style>
span { border-color: #CCE7CA; }
span { border-color: rgb(204,231,202); }
td.TdClassName
{
border-color: #CCE7CA;
}
.TagClassName
{
border-color: #CCE7CA;
}
</style>