Shades of Blue Romance #CCFFCE
Tints of Blue Romance #CCFFCE
RGB
CMYK
RGB Variations
Color information
#CCFFCE (or 0xCCFFCE) is known color: Blue Romance. HEX triplet: CC, FF and CE. RGB value is (204,255,206). Sum of RGB (Red+Green+Blue) = 204+255+206=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFCE is #330031. Grayscale: #EAEAEA. Windows color (decimal): -3342386 or 13565900. OLE color: 13565900.
HSL color Cylindrical-coordinate representation of color #CCFFCE: hue angle of 122.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFCE is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 206 | - |
| CMYK | 0.2 | 0 | 0.19 | 0 |
| HSL | 122.35º | 1% | 0.9% | - |
| HSV(B) | 122.35º | 0.2% | 1% | - |
| XYZ | 71.8 | 88.81 | 71.75 | - |
| YUV | 234.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 206 | 0.2 | 0 | 0.19 | 0 | 122.35 | 1 | 0.9 |
| Hex | CC | FF | CE | 14 | 0 | 13 | 0 | 7A | 64 | 5A |
| Octal | 314 | 377 | 316 | 24 | 0 | 23 | 0 | 172 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11001110 | 10100 | 0 | 10011 | 0 | 1111010 | 1100100 | 1011010 |
Color Harmonies of #CCFFCE
Complementary color
Monochromatic Colors of #CCFFCE
Black with #CCFFCE
Text Example
Text Example
White with #CCFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFCE; }
p { color: rgb(204,255,206); }
H1.HeaderClassName
{
color: #CCFFCE;
}
.AnyTagClassName
{
color: #CCFFCE;
}
</style>
background-color css
<style>
a { background-color: #CCFFCE; }
a { background-color: rgb(204,255,206); }
div.DivClassName
{
background-color: #CCFFCE;
}
.BgClassName
{
background-color: #CCFFCE;
}
</style>
border-color css
<style>
span { border-color: #CCFFCE; }
span { border-color: rgb(204,255,206); }
td.TdClassName
{
border-color: #CCFFCE;
}
.TagClassName
{
border-color: #CCFFCE;
}
</style>