Shades of Blue Romance #CCE7CB
Tints of Blue Romance #CCE7CB
RGB
CMYK
RGB Variations
Color information
#CCE7CB (or 0xCCE7CB) is known color: Blue Romance. HEX triplet: CC, E7 and CB. RGB value is (204,231,203). Sum of RGB (Red+Green+Blue) = 204+231+203=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7CB is #331834. Grayscale: #DBDBDB. Windows color (decimal): -3348533 or 13363148. OLE color: 13363148.
HSL color Cylindrical-coordinate representation of color #CCE7CB: hue angle of 117.86º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE7CB is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 203 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.09 |
| HSL | 117.86º | 0.37% | 0.85% | - |
| HSV(B) | 117.86º | 0.12% | 0.91% | - |
| XYZ | 64.26 | 74.3 | 67.45 | - |
| YUV | 219.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 203 | 0.12 | 0 | 0.12 | 0.09 | 117.86 | 0.37 | 0.85 |
| Hex | CC | E7 | CB | C | 0 | C | 9 | 76 | 25 | 55 |
| Octal | 314 | 347 | 313 | 14 | 0 | 14 | 11 | 166 | 45 | 125 |
| Binary | 11001100 | 11100111 | 11001011 | 1100 | 0 | 1100 | 1001 | 1110110 | 100101 | 1010101 |
Color Harmonies of #CCE7CB
Complementary color
Monochromatic Colors of #CCE7CB
Black with #CCE7CB
Text Example
Text Example
White with #CCE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7CB; }
p { color: rgb(204,231,203); }
H1.HeaderClassName
{
color: #CCE7CB;
}
.AnyTagClassName
{
color: #CCE7CB;
}
</style>
background-color css
<style>
a { background-color: #CCE7CB; }
a { background-color: rgb(204,231,203); }
div.DivClassName
{
background-color: #CCE7CB;
}
.BgClassName
{
background-color: #CCE7CB;
}
</style>
border-color css
<style>
span { border-color: #CCE7CB; }
span { border-color: rgb(204,231,203); }
td.TdClassName
{
border-color: #CCE7CB;
}
.TagClassName
{
border-color: #CCE7CB;
}
</style>