Shades of Blue Romance #CCE5CA
Tints of Blue Romance #CCE5CA
RGB
CMYK
RGB Variations
Color information
#CCE5CA (or 0xCCE5CA) is known color: Blue Romance. HEX triplet: CC, E5 and CA. RGB value is (204,229,202). Sum of RGB (Red+Green+Blue) = 204+229+202=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5CA is #331A35. Grayscale: #DADADA. Windows color (decimal): -3349046 or 13297100. OLE color: 13297100.
HSL color Cylindrical-coordinate representation of color #CCE5CA: hue angle of 115.56º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE5CA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 202 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.10 |
| HSL | 115.56º | 0.34% | 0.85% | - |
| HSV(B) | 115.56º | 0.12% | 0.9% | - |
| XYZ | 63.58 | 73.14 | 66.64 | - |
| YUV | 218.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 202 | 0.11 | 0 | 0.12 | 0.10 | 115.56 | 0.34 | 0.85 |
| Hex | CC | E5 | CA | B | 0 | C | A | 74 | 22 | 55 |
| Octal | 314 | 345 | 312 | 13 | 0 | 14 | 12 | 164 | 42 | 125 |
| Binary | 11001100 | 11100101 | 11001010 | 1011 | 0 | 1100 | 1010 | 1110100 | 100010 | 1010101 |
Color Harmonies of #CCE5CA
Complementary color
Monochromatic Colors of #CCE5CA
Black with #CCE5CA
Text Example
Text Example
White with #CCE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5CA; }
p { color: rgb(204,229,202); }
H1.HeaderClassName
{
color: #CCE5CA;
}
.AnyTagClassName
{
color: #CCE5CA;
}
</style>
background-color css
<style>
a { background-color: #CCE5CA; }
a { background-color: rgb(204,229,202); }
div.DivClassName
{
background-color: #CCE5CA;
}
.BgClassName
{
background-color: #CCE5CA;
}
</style>
border-color css
<style>
span { border-color: #CCE5CA; }
span { border-color: rgb(204,229,202); }
td.TdClassName
{
border-color: #CCE5CA;
}
.TagClassName
{
border-color: #CCE5CA;
}
</style>