Shades of Blue Romance #CCFCCE
Tints of Blue Romance #CCFCCE
RGB
CMYK
RGB Variations
Color information
#CCFCCE (or 0xCCFCCE) is known color: Blue Romance. HEX triplet: CC, FC and CE. RGB value is (204,252,206). Sum of RGB (Red+Green+Blue) = 204+252+206=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCCE is #330331. Grayscale: #E8E8E8. Windows color (decimal): -3343154 or 13565132. OLE color: 13565132.
HSL color Cylindrical-coordinate representation of color #CCFCCE: hue angle of 122.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCCE is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 206 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.01 |
| HSL | 122.5º | 0.89% | 0.89% | - |
| HSV(B) | 122.5º | 0.19% | 0.99% | - |
| XYZ | 70.85 | 86.91 | 71.43 | - |
| YUV | 232.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 206 | 0.19 | 0 | 0.18 | 0.01 | 122.5 | 0.89 | 0.89 |
| Hex | CC | FC | CE | 13 | 0 | 12 | 1 | 7B | 59 | 59 |
| Octal | 314 | 374 | 316 | 23 | 0 | 22 | 1 | 173 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11001110 | 10011 | 0 | 10010 | 1 | 1111011 | 1011001 | 1011001 |
Color Harmonies of #CCFCCE
Complementary color
Monochromatic Colors of #CCFCCE
Black with #CCFCCE
Text Example
Text Example
White with #CCFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCCE; }
p { color: rgb(204,252,206); }
H1.HeaderClassName
{
color: #CCFCCE;
}
.AnyTagClassName
{
color: #CCFCCE;
}
</style>
background-color css
<style>
a { background-color: #CCFCCE; }
a { background-color: rgb(204,252,206); }
div.DivClassName
{
background-color: #CCFCCE;
}
.BgClassName
{
background-color: #CCFCCE;
}
</style>
border-color css
<style>
span { border-color: #CCFCCE; }
span { border-color: rgb(204,252,206); }
td.TdClassName
{
border-color: #CCFCCE;
}
.TagClassName
{
border-color: #CCFCCE;
}
</style>