Shades of Blue Romance #CCE5CB
Tints of Blue Romance #CCE5CB
RGB
CMYK
RGB Variations
Color information
#CCE5CB (or 0xCCE5CB) is known color: Blue Romance. HEX triplet: CC, E5 and CB. RGB value is (204,229,203). Sum of RGB (Red+Green+Blue) = 204+229+203=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5CB is #331A34. Grayscale: #DADADA. Windows color (decimal): -3349045 or 13362636. OLE color: 13362636.
HSL color Cylindrical-coordinate representation of color #CCE5CB: hue angle of 117.69º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE5CB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 203 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.10 |
| HSL | 117.69º | 0.33% | 0.85% | - |
| HSV(B) | 117.69º | 0.11% | 0.9% | - |
| XYZ | 63.7 | 73.19 | 67.27 | - |
| YUV | 218.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 203 | 0.11 | 0 | 0.11 | 0.10 | 117.69 | 0.33 | 0.85 |
| Hex | CC | E5 | CB | B | 0 | B | A | 76 | 21 | 55 |
| Octal | 314 | 345 | 313 | 13 | 0 | 13 | 12 | 166 | 41 | 125 |
| Binary | 11001100 | 11100101 | 11001011 | 1011 | 0 | 1011 | 1010 | 1110110 | 100001 | 1010101 |
Color Harmonies of #CCE5CB
Complementary color
Monochromatic Colors of #CCE5CB
Black with #CCE5CB
Text Example
Text Example
White with #CCE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5CB; }
p { color: rgb(204,229,203); }
H1.HeaderClassName
{
color: #CCE5CB;
}
.AnyTagClassName
{
color: #CCE5CB;
}
</style>
background-color css
<style>
a { background-color: #CCE5CB; }
a { background-color: rgb(204,229,203); }
div.DivClassName
{
background-color: #CCE5CB;
}
.BgClassName
{
background-color: #CCE5CB;
}
</style>
border-color css
<style>
span { border-color: #CCE5CB; }
span { border-color: rgb(204,229,203); }
td.TdClassName
{
border-color: #CCE5CB;
}
.TagClassName
{
border-color: #CCE5CB;
}
</style>