Shades of Blue Romance #CCE3CA
Tints of Blue Romance #CCE3CA
RGB
CMYK
RGB Variations
Color information
#CCE3CA (or 0xCCE3CA) is known color: Blue Romance. HEX triplet: CC, E3 and CA. RGB value is (204,227,202). Sum of RGB (Red+Green+Blue) = 204+227+202=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3CA is #331C35. Grayscale: #D9D9D9. Windows color (decimal): -3349558 or 13296588. OLE color: 13296588.
HSL color Cylindrical-coordinate representation of color #CCE3CA: hue angle of 115.2º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE3CA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 202 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.11 |
| HSL | 115.2º | 0.31% | 0.84% | - |
| HSV(B) | 115.2º | 0.11% | 0.89% | - |
| XYZ | 63.03 | 72.04 | 66.46 | - |
| YUV | 217.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 202 | 0.10 | 0 | 0.11 | 0.11 | 115.2 | 0.31 | 0.84 |
| Hex | CC | E3 | CA | A | 0 | B | B | 73 | 1F | 54 |
| Octal | 314 | 343 | 312 | 12 | 0 | 13 | 13 | 163 | 37 | 124 |
| Binary | 11001100 | 11100011 | 11001010 | 1010 | 0 | 1011 | 1011 | 1110011 | 11111 | 1010100 |
Color Harmonies of #CCE3CA
Complementary color
Monochromatic Colors of #CCE3CA
Black with #CCE3CA
Text Example
Text Example
White with #CCE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3CA; }
p { color: rgb(204,227,202); }
H1.HeaderClassName
{
color: #CCE3CA;
}
.AnyTagClassName
{
color: #CCE3CA;
}
</style>
background-color css
<style>
a { background-color: #CCE3CA; }
a { background-color: rgb(204,227,202); }
div.DivClassName
{
background-color: #CCE3CA;
}
.BgClassName
{
background-color: #CCE3CA;
}
</style>
border-color css
<style>
span { border-color: #CCE3CA; }
span { border-color: rgb(204,227,202); }
td.TdClassName
{
border-color: #CCE3CA;
}
.TagClassName
{
border-color: #CCE3CA;
}
</style>