Shades of Blue Romance #CCE6CB
Tints of Blue Romance #CCE6CB
RGB
CMYK
RGB Variations
Color information
#CCE6CB (or 0xCCE6CB) is known color: Blue Romance. HEX triplet: CC, E6 and CB. RGB value is (204,230,203). Sum of RGB (Red+Green+Blue) = 204+230+203=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6CB is #331934. Grayscale: #DBDBDB. Windows color (decimal): -3348789 or 13362892. OLE color: 13362892.
HSL color Cylindrical-coordinate representation of color #CCE6CB: hue angle of 117.78º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE6CB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 203 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.10 |
| HSL | 117.78º | 0.35% | 0.85% | - |
| HSV(B) | 117.78º | 0.12% | 0.9% | - |
| XYZ | 63.98 | 73.74 | 67.36 | - |
| YUV | 219.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 203 | 0.11 | 0 | 0.12 | 0.10 | 117.78 | 0.35 | 0.85 |
| Hex | CC | E6 | CB | B | 0 | C | A | 76 | 23 | 55 |
| Octal | 314 | 346 | 313 | 13 | 0 | 14 | 12 | 166 | 43 | 125 |
| Binary | 11001100 | 11100110 | 11001011 | 1011 | 0 | 1100 | 1010 | 1110110 | 100011 | 1010101 |
Color Harmonies of #CCE6CB
Complementary color
Monochromatic Colors of #CCE6CB
Black with #CCE6CB
Text Example
Text Example
White with #CCE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6CB; }
p { color: rgb(204,230,203); }
H1.HeaderClassName
{
color: #CCE6CB;
}
.AnyTagClassName
{
color: #CCE6CB;
}
</style>
background-color css
<style>
a { background-color: #CCE6CB; }
a { background-color: rgb(204,230,203); }
div.DivClassName
{
background-color: #CCE6CB;
}
.BgClassName
{
background-color: #CCE6CB;
}
</style>
border-color css
<style>
span { border-color: #CCE6CB; }
span { border-color: rgb(204,230,203); }
td.TdClassName
{
border-color: #CCE6CB;
}
.TagClassName
{
border-color: #CCE6CB;
}
</style>