Shades of Blue Romance #CCFECC
Tints of Blue Romance #CCFECC
RGB
CMYK
RGB Variations
Color information
#CCFECC (or 0xCCFECC) is known color: Blue Romance. HEX triplet: CC, FE and CC. RGB value is (204,254,204). Sum of RGB (Red+Green+Blue) = 204+254+204=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFECC is #330133. Grayscale: #E9E9E9. Windows color (decimal): -3342644 or 13434572. OLE color: 13434572.
HSL color Cylindrical-coordinate representation of color #CCFECC: hue angle of 120º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFECC is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 204 | - |
CMYK | 0.20 | 0 | 0.20 | 0.00 |
HSL | 120º | 0.96% | 0.9% | - |
HSV(B) | 120º | 0.2% | 1% | - |
XYZ | 71.24 | 88.08 | 70.37 | - |
YUV | 233.35 | 111.44 | 107.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 204 | 0.20 | 0 | 0.20 | 0.00 | 120 | 0.96 | 0.9 |
Hex | CC | FE | CC | 14 | 0 | 14 | 0 | 78 | 60 | 5A |
Octal | 314 | 376 | 314 | 24 | 0 | 24 | 0 | 170 | 140 | 132 |
Binary | 11001100 | 11111110 | 11001100 | 10100 | 0 | 10100 | 0 | 1111000 | 1100000 | 1011010 |
Color Harmonies of #CCFECC
Complementary color
Monochromatic Colors of #CCFECC
Black with #CCFECC
Text Example
Text Example
White with #CCFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFECC; }
p { color: rgb(204,254,204); }
H1.HeaderClassName
{
color: #CCFECC;
}
.AnyTagClassName
{
color: #CCFECC;
}
</style>
background-color css
<style>
a { background-color: #CCFECC; }
a { background-color: rgb(204,254,204); }
div.DivClassName
{
background-color: #CCFECC;
}
.BgClassName
{
background-color: #CCFECC;
}
</style>
border-color css
<style>
span { border-color: #CCFECC; }
span { border-color: rgb(204,254,204); }
td.TdClassName
{
border-color: #CCFECC;
}
.TagClassName
{
border-color: #CCFECC;
}
</style>