Shades of Blue Romance #CCE4CB
Tints of Blue Romance #CCE4CB
RGB
CMYK
RGB Variations
Color information
#CCE4CB (or 0xCCE4CB) is known color: Blue Romance. HEX triplet: CC, E4 and CB. RGB value is (204,228,203). Sum of RGB (Red+Green+Blue) = 204+228+203=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4CB is #331B34. Grayscale: #DADADA. Windows color (decimal): -3349301 or 13362380. OLE color: 13362380.
HSL color Cylindrical-coordinate representation of color #CCE4CB: hue angle of 117.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE4CB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 228 | 203 | - |
CMYK | 0.11 | 0 | 0.11 | 0.11 |
HSL | 117.6º | 0.32% | 0.85% | - |
HSV(B) | 117.6º | 0.11% | 0.89% | - |
XYZ | 63.42 | 72.64 | 67.18 | - |
YUV | 217.97 | 119.55 | 118.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 228 | 203 | 0.11 | 0 | 0.11 | 0.11 | 117.6 | 0.32 | 0.85 |
Hex | CC | E4 | CB | B | 0 | B | B | 76 | 20 | 55 |
Octal | 314 | 344 | 313 | 13 | 0 | 13 | 13 | 166 | 40 | 125 |
Binary | 11001100 | 11100100 | 11001011 | 1011 | 0 | 1011 | 1011 | 1110110 | 100000 | 1010101 |
Color Harmonies of #CCE4CB
Complementary color
Monochromatic Colors of #CCE4CB
Black with #CCE4CB
Text Example
Text Example
White with #CCE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4CB; }
p { color: rgb(204,228,203); }
H1.HeaderClassName
{
color: #CCE4CB;
}
.AnyTagClassName
{
color: #CCE4CB;
}
</style>
background-color css
<style>
a { background-color: #CCE4CB; }
a { background-color: rgb(204,228,203); }
div.DivClassName
{
background-color: #CCE4CB;
}
.BgClassName
{
background-color: #CCE4CB;
}
</style>
border-color css
<style>
span { border-color: #CCE4CB; }
span { border-color: rgb(204,228,203); }
td.TdClassName
{
border-color: #CCE4CB;
}
.TagClassName
{
border-color: #CCE4CB;
}
</style>