Shades of Blue Romance #CCE9CA
Tints of Blue Romance #CCE9CA
RGB
CMYK
RGB Variations
Color information
#CCE9CA (or 0xCCE9CA) is known color: Blue Romance. HEX triplet: CC, E9 and CA. RGB value is (204,233,202). Sum of RGB (Red+Green+Blue) = 204+233+202=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9CA is #331635. Grayscale: #DCDCDC. Windows color (decimal): -3348022 or 13298124. OLE color: 13298124.
HSL color Cylindrical-coordinate representation of color #CCE9CA: hue angle of 116.13º degrees, saturation: 0.41, 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 #CCE9CA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 202 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.09 |
| HSL | 116.13º | 0.41% | 0.85% | - |
| HSV(B) | 116.13º | 0.13% | 0.91% | - |
| XYZ | 64.7 | 75.38 | 67.02 | - |
| YUV | 220.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 202 | 0.12 | 0 | 0.13 | 0.09 | 116.13 | 0.41 | 0.85 |
| Hex | CC | E9 | CA | C | 0 | D | 9 | 74 | 29 | 55 |
| Octal | 314 | 351 | 312 | 14 | 0 | 15 | 11 | 164 | 51 | 125 |
| Binary | 11001100 | 11101001 | 11001010 | 1100 | 0 | 1101 | 1001 | 1110100 | 101001 | 1010101 |
Color Harmonies of #CCE9CA
Complementary color
Monochromatic Colors of #CCE9CA
Black with #CCE9CA
Text Example
Text Example
White with #CCE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9CA; }
p { color: rgb(204,233,202); }
H1.HeaderClassName
{
color: #CCE9CA;
}
.AnyTagClassName
{
color: #CCE9CA;
}
</style>
background-color css
<style>
a { background-color: #CCE9CA; }
a { background-color: rgb(204,233,202); }
div.DivClassName
{
background-color: #CCE9CA;
}
.BgClassName
{
background-color: #CCE9CA;
}
</style>
border-color css
<style>
span { border-color: #CCE9CA; }
span { border-color: rgb(204,233,202); }
td.TdClassName
{
border-color: #CCE9CA;
}
.TagClassName
{
border-color: #CCE9CA;
}
</style>