Shades of Blue Romance #CCFFCD
Tints of Blue Romance #CCFFCD
RGB
CMYK
RGB Variations
Color information
#CCFFCD (or 0xCCFFCD) is known color: Blue Romance. HEX triplet: CC, FF and CD. RGB value is (204,255,205). Sum of RGB (Red+Green+Blue) = 204+255+205=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFCD is #330032. Grayscale: #EAEAEA. Windows color (decimal): -3342387 or 13500364. OLE color: 13500364.
HSL color Cylindrical-coordinate representation of color #CCFFCD: hue angle of 121.18º 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 #CCFFCD is Cyan = 0.2, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 205 | - |
| CMYK | 0.2 | 0 | 0.20 | 0 |
| HSL | 121.18º | 1% | 0.9% | - |
| HSV(B) | 121.18º | 0.2% | 1% | - |
| XYZ | 71.68 | 88.77 | 71.11 | - |
| YUV | 234.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 205 | 0.2 | 0 | 0.20 | 0 | 121.18 | 1 | 0.9 |
| Hex | CC | FF | CD | 14 | 0 | 14 | 0 | 79 | 64 | 5A |
| Octal | 314 | 377 | 315 | 24 | 0 | 24 | 0 | 171 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11001101 | 10100 | 0 | 10100 | 0 | 1111001 | 1100100 | 1011010 |
Color Harmonies of #CCFFCD
Complementary color
Monochromatic Colors of #CCFFCD
Black with #CCFFCD
Text Example
Text Example
White with #CCFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFCD; }
p { color: rgb(204,255,205); }
H1.HeaderClassName
{
color: #CCFFCD;
}
.AnyTagClassName
{
color: #CCFFCD;
}
</style>
background-color css
<style>
a { background-color: #CCFFCD; }
a { background-color: rgb(204,255,205); }
div.DivClassName
{
background-color: #CCFFCD;
}
.BgClassName
{
background-color: #CCFFCD;
}
</style>
border-color css
<style>
span { border-color: #CCFFCD; }
span { border-color: rgb(204,255,205); }
td.TdClassName
{
border-color: #CCFFCD;
}
.TagClassName
{
border-color: #CCFFCD;
}
</style>