Shades of Blue Romance #CCEECA
Tints of Blue Romance #CCEECA
RGB
CMYK
RGB Variations
Color information
#CCEECA (or 0xCCEECA) is known color: Blue Romance. HEX triplet: CC, EE and CA. RGB value is (204,238,202). Sum of RGB (Red+Green+Blue) = 204+238+202=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEECA is #331135. Grayscale: #DFDFDF. Windows color (decimal): -3346742 or 13299404. OLE color: 13299404.
HSL color Cylindrical-coordinate representation of color #CCEECA: hue angle of 116.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEECA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 202 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.07 |
| HSL | 116.67º | 0.51% | 0.86% | - |
| HSV(B) | 116.67º | 0.15% | 0.93% | - |
| XYZ | 66.14 | 78.25 | 67.5 | - |
| YUV | 223.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 202 | 0.14 | 0 | 0.15 | 0.07 | 116.67 | 0.51 | 0.86 |
| Hex | CC | EE | CA | E | 0 | F | 7 | 75 | 33 | 56 |
| Octal | 314 | 356 | 312 | 16 | 0 | 17 | 7 | 165 | 63 | 126 |
| Binary | 11001100 | 11101110 | 11001010 | 1110 | 0 | 1111 | 111 | 1110101 | 110011 | 1010110 |
Color Harmonies of #CCEECA
Complementary color
Monochromatic Colors of #CCEECA
Black with #CCEECA
Text Example
Text Example
White with #CCEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEECA; }
p { color: rgb(204,238,202); }
H1.HeaderClassName
{
color: #CCEECA;
}
.AnyTagClassName
{
color: #CCEECA;
}
</style>
background-color css
<style>
a { background-color: #CCEECA; }
a { background-color: rgb(204,238,202); }
div.DivClassName
{
background-color: #CCEECA;
}
.BgClassName
{
background-color: #CCEECA;
}
</style>
border-color css
<style>
span { border-color: #CCEECA; }
span { border-color: rgb(204,238,202); }
td.TdClassName
{
border-color: #CCEECA;
}
.TagClassName
{
border-color: #CCEECA;
}
</style>