Shades of Blue Romance #CBECCA
Tints of Blue Romance #CBECCA
RGB
CMYK
RGB Variations
Color information
#CBECCA (or 0xCBECCA) is known color: Blue Romance. HEX triplet: CB, EC and CA. RGB value is (203,236,202). Sum of RGB (Red+Green+Blue) = 203+236+202=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECCA is #341335. Grayscale: #DEDEDE. Windows color (decimal): -3412790 or 13298891. OLE color: 13298891.
HSL color Cylindrical-coordinate representation of color #CBECCA: hue angle of 118.24º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBECCA is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 202 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.07 |
| HSL | 118.24º | 0.47% | 0.86% | - |
| HSV(B) | 118.24º | 0.14% | 0.93% | - |
| XYZ | 65.28 | 76.95 | 67.29 | - |
| YUV | 222.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 202 | 0.14 | 0 | 0.14 | 0.07 | 118.24 | 0.47 | 0.86 |
| Hex | CB | EC | CA | E | 0 | E | 7 | 76 | 2F | 56 |
| Octal | 313 | 354 | 312 | 16 | 0 | 16 | 7 | 166 | 57 | 126 |
| Binary | 11001011 | 11101100 | 11001010 | 1110 | 0 | 1110 | 111 | 1110110 | 101111 | 1010110 |
Color Harmonies of #CBECCA
Complementary color
Monochromatic Colors of #CBECCA
Black with #CBECCA
Text Example
Text Example
White with #CBECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECCA; }
p { color: rgb(203,236,202); }
H1.HeaderClassName
{
color: #CBECCA;
}
.AnyTagClassName
{
color: #CBECCA;
}
</style>
background-color css
<style>
a { background-color: #CBECCA; }
a { background-color: rgb(203,236,202); }
div.DivClassName
{
background-color: #CBECCA;
}
.BgClassName
{
background-color: #CBECCA;
}
</style>
border-color css
<style>
span { border-color: #CBECCA; }
span { border-color: rgb(203,236,202); }
td.TdClassName
{
border-color: #CBECCA;
}
.TagClassName
{
border-color: #CBECCA;
}
</style>