Shades of Blue Romance #CEECCB
Tints of Blue Romance #CEECCB
RGB
CMYK
RGB Variations
Color information
#CEECCB (or 0xCEECCB) is known color: Blue Romance. HEX triplet: CE, EC and CB. RGB value is (206,236,203). Sum of RGB (Red+Green+Blue) = 206+236+203=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECCB is #311334. Grayscale: #DFDFDF. Windows color (decimal): -3216181 or 13364430. OLE color: 13364430.
HSL color Cylindrical-coordinate representation of color #CEECCB: hue angle of 114.55º degrees, saturation: 0.46, 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 #CEECCB is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 203 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.07 |
| HSL | 114.55º | 0.46% | 0.86% | - |
| HSV(B) | 114.55º | 0.14% | 0.93% | - |
| XYZ | 66.23 | 77.42 | 67.95 | - |
| YUV | 223.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 203 | 0.13 | 0 | 0.14 | 0.07 | 114.55 | 0.46 | 0.86 |
| Hex | CE | EC | CB | D | 0 | E | 7 | 73 | 2E | 56 |
| Octal | 316 | 354 | 313 | 15 | 0 | 16 | 7 | 163 | 56 | 126 |
| Binary | 11001110 | 11101100 | 11001011 | 1101 | 0 | 1110 | 111 | 1110011 | 101110 | 1010110 |
Color Harmonies of #CEECCB
Complementary color
Monochromatic Colors of #CEECCB
Black with #CEECCB
Text Example
Text Example
White with #CEECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECCB; }
p { color: rgb(206,236,203); }
H1.HeaderClassName
{
color: #CEECCB;
}
.AnyTagClassName
{
color: #CEECCB;
}
</style>
background-color css
<style>
a { background-color: #CEECCB; }
a { background-color: rgb(206,236,203); }
div.DivClassName
{
background-color: #CEECCB;
}
.BgClassName
{
background-color: #CEECCB;
}
</style>
border-color css
<style>
span { border-color: #CEECCB; }
span { border-color: rgb(206,236,203); }
td.TdClassName
{
border-color: #CEECCB;
}
.TagClassName
{
border-color: #CEECCB;
}
</style>