Shades of Blue Romance #CCFEC8
Tints of Blue Romance #CCFEC8
RGB
CMYK
RGB Variations
Color information
#CCFEC8 (or 0xCCFEC8) is known color: Blue Romance. HEX triplet: CC, FE and C8. RGB value is (204,254,200). Sum of RGB (Red+Green+Blue) = 204+254+200=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEC8 is #330137. Grayscale: #E9E9E9. Windows color (decimal): -3342648 or 13172428. OLE color: 13172428.
HSL color Cylindrical-coordinate representation of color #CCFEC8: hue angle of 115.56º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCFEC8 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 200 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.00 |
| HSL | 115.56º | 0.96% | 0.89% | - |
| HSV(B) | 115.56º | 0.21% | 1% | - |
| XYZ | 70.77 | 87.89 | 67.88 | - |
| YUV | 232.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 200 | 0.20 | 0 | 0.21 | 0.00 | 115.56 | 0.96 | 0.89 |
| Hex | CC | FE | C8 | 14 | 0 | 15 | 0 | 74 | 60 | 59 |
| Octal | 314 | 376 | 310 | 24 | 0 | 25 | 0 | 164 | 140 | 131 |
| Binary | 11001100 | 11111110 | 11001000 | 10100 | 0 | 10101 | 0 | 1110100 | 1100000 | 1011001 |
Color Harmonies of #CCFEC8
Complementary color
Monochromatic Colors of #CCFEC8
Black with #CCFEC8
Text Example
Text Example
White with #CCFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEC8; }
p { color: rgb(204,254,200); }
H1.HeaderClassName
{
color: #CCFEC8;
}
.AnyTagClassName
{
color: #CCFEC8;
}
</style>
background-color css
<style>
a { background-color: #CCFEC8; }
a { background-color: rgb(204,254,200); }
div.DivClassName
{
background-color: #CCFEC8;
}
.BgClassName
{
background-color: #CCFEC8;
}
</style>
border-color css
<style>
span { border-color: #CCFEC8; }
span { border-color: rgb(204,254,200); }
td.TdClassName
{
border-color: #CCFEC8;
}
.TagClassName
{
border-color: #CCFEC8;
}
</style>