Shades of Blue Romance #CCEACB
Tints of Blue Romance #CCEACB
RGB
CMYK
RGB Variations
Color information
#CCEACB (or 0xCCEACB) is known color: Blue Romance. HEX triplet: CC, EA and CB. RGB value is (204,234,203). Sum of RGB (Red+Green+Blue) = 204+234+203=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEACB is #331534. Grayscale: #DDDDDD. Windows color (decimal): -3347765 or 13363916. OLE color: 13363916.
HSL color Cylindrical-coordinate representation of color #CCEACB: hue angle of 118.06º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEACB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 234 | 203 | - |
CMYK | 0.13 | 0 | 0.13 | 0.08 |
HSL | 118.06º | 0.42% | 0.86% | - |
HSV(B) | 118.06º | 0.13% | 0.92% | - |
XYZ | 65.1 | 75.99 | 67.74 | - |
YUV | 221.5 | 117.56 | 115.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 203 | 0.13 | 0 | 0.13 | 0.08 | 118.06 | 0.42 | 0.86 |
Hex | CC | EA | CB | D | 0 | D | 8 | 76 | 2A | 56 |
Octal | 314 | 352 | 313 | 15 | 0 | 15 | 10 | 166 | 52 | 126 |
Binary | 11001100 | 11101010 | 11001011 | 1101 | 0 | 1101 | 1000 | 1110110 | 101010 | 1010110 |
Color Harmonies of #CCEACB
Complementary color
Monochromatic Colors of #CCEACB
Black with #CCEACB
Text Example
Text Example
White with #CCEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEACB; }
p { color: rgb(204,234,203); }
H1.HeaderClassName
{
color: #CCEACB;
}
.AnyTagClassName
{
color: #CCEACB;
}
</style>
background-color css
<style>
a { background-color: #CCEACB; }
a { background-color: rgb(204,234,203); }
div.DivClassName
{
background-color: #CCEACB;
}
.BgClassName
{
background-color: #CCEACB;
}
</style>
border-color css
<style>
span { border-color: #CCEACB; }
span { border-color: rgb(204,234,203); }
td.TdClassName
{
border-color: #CCEACB;
}
.TagClassName
{
border-color: #CCEACB;
}
</style>