Shades of Blue Romance #CCEBCB
Tints of Blue Romance #CCEBCB
RGB
CMYK
RGB Variations
Color information
#CCEBCB (or 0xCCEBCB) is known color: Blue Romance. HEX triplet: CC, EB and CB. RGB value is (204,235,203). Sum of RGB (Red+Green+Blue) = 204+235+203=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBCB is #331434. Grayscale: #DEDEDE. Windows color (decimal): -3347509 or 13364172. OLE color: 13364172.
HSL color Cylindrical-coordinate representation of color #CCEBCB: hue angle of 118.12º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEBCB is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 203 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.08 |
| HSL | 118.13º | 0.44% | 0.86% | - |
| HSV(B) | 118.13º | 0.14% | 0.92% | - |
| XYZ | 65.39 | 76.57 | 67.83 | - |
| YUV | 222.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 203 | 0.13 | 0 | 0.14 | 0.08 | 118.13 | 0.44 | 0.86 |
| Hex | CC | EB | CB | D | 0 | E | 8 | 76 | 2C | 56 |
| Octal | 314 | 353 | 313 | 15 | 0 | 16 | 10 | 166 | 54 | 126 |
| Binary | 11001100 | 11101011 | 11001011 | 1101 | 0 | 1110 | 1000 | 1110110 | 101100 | 1010110 |
Color Harmonies of #CCEBCB
Complementary color
Monochromatic Colors of #CCEBCB
Black with #CCEBCB
Text Example
Text Example
White with #CCEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBCB; }
p { color: rgb(204,235,203); }
H1.HeaderClassName
{
color: #CCEBCB;
}
.AnyTagClassName
{
color: #CCEBCB;
}
</style>
background-color css
<style>
a { background-color: #CCEBCB; }
a { background-color: rgb(204,235,203); }
div.DivClassName
{
background-color: #CCEBCB;
}
.BgClassName
{
background-color: #CCEBCB;
}
</style>
border-color css
<style>
span { border-color: #CCEBCB; }
span { border-color: rgb(204,235,203); }
td.TdClassName
{
border-color: #CCEBCB;
}
.TagClassName
{
border-color: #CCEBCB;
}
</style>