Shades of Blue Romance #CCE2CA
Tints of Blue Romance #CCE2CA
RGB
CMYK
RGB Variations
Color information
#CCE2CA (or 0xCCE2CA) is known color: Blue Romance. HEX triplet: CC, E2 and CA. RGB value is (204,226,202). Sum of RGB (Red+Green+Blue) = 204+226+202=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2CA is #331D35. Grayscale: #D8D8D8. Windows color (decimal): -3349814 or 13296332. OLE color: 13296332.
HSL color Cylindrical-coordinate representation of color #CCE2CA: hue angle of 115º degrees, saturation: 0.29, 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 #CCE2CA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 202 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.11 |
| HSL | 115º | 0.29% | 0.84% | - |
| HSV(B) | 115º | 0.11% | 0.89% | - |
| XYZ | 62.76 | 71.49 | 66.37 | - |
| YUV | 216.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 202 | 0.10 | 0 | 0.11 | 0.11 | 115 | 0.29 | 0.84 |
| Hex | CC | E2 | CA | A | 0 | B | B | 73 | 1D | 54 |
| Octal | 314 | 342 | 312 | 12 | 0 | 13 | 13 | 163 | 35 | 124 |
| Binary | 11001100 | 11100010 | 11001010 | 1010 | 0 | 1011 | 1011 | 1110011 | 11101 | 1010100 |
Color Harmonies of #CCE2CA
Complementary color
Monochromatic Colors of #CCE2CA
Black with #CCE2CA
Text Example
Text Example
White with #CCE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2CA; }
p { color: rgb(204,226,202); }
H1.HeaderClassName
{
color: #CCE2CA;
}
.AnyTagClassName
{
color: #CCE2CA;
}
</style>
background-color css
<style>
a { background-color: #CCE2CA; }
a { background-color: rgb(204,226,202); }
div.DivClassName
{
background-color: #CCE2CA;
}
.BgClassName
{
background-color: #CCE2CA;
}
</style>
border-color css
<style>
span { border-color: #CCE2CA; }
span { border-color: rgb(204,226,202); }
td.TdClassName
{
border-color: #CCE2CA;
}
.TagClassName
{
border-color: #CCE2CA;
}
</style>