Shades of Blue Romance #CCFDCC
Tints of Blue Romance #CCFDCC
RGB
CMYK
RGB Variations
Color information
#CCFDCC (or 0xCCFDCC) is known color: Blue Romance. HEX triplet: CC, FD and CC. RGB value is (204,253,204). Sum of RGB (Red+Green+Blue) = 204+253+204=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDCC is #330233. Grayscale: #E8E8E8. Windows color (decimal): -3342900 or 13434316. OLE color: 13434316.
HSL color Cylindrical-coordinate representation of color #CCFDCC: hue angle of 120º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDCC is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 204 | - |
CMYK | 0.19 | 0 | 0.19 | 0.01 |
HSL | 120º | 0.92% | 0.9% | - |
HSV(B) | 120º | 0.19% | 0.99% | - |
XYZ | 70.93 | 87.45 | 70.27 | - |
YUV | 232.76 | 111.77 | 107.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 204 | 0.19 | 0 | 0.19 | 0.01 | 120 | 0.92 | 0.9 |
Hex | CC | FD | CC | 13 | 0 | 13 | 1 | 78 | 5C | 5A |
Octal | 314 | 375 | 314 | 23 | 0 | 23 | 1 | 170 | 134 | 132 |
Binary | 11001100 | 11111101 | 11001100 | 10011 | 0 | 10011 | 1 | 1111000 | 1011100 | 1011010 |
Color Harmonies of #CCFDCC
Complementary color
Monochromatic Colors of #CCFDCC
Black with #CCFDCC
Text Example
Text Example
White with #CCFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDCC; }
p { color: rgb(204,253,204); }
H1.HeaderClassName
{
color: #CCFDCC;
}
.AnyTagClassName
{
color: #CCFDCC;
}
</style>
background-color css
<style>
a { background-color: #CCFDCC; }
a { background-color: rgb(204,253,204); }
div.DivClassName
{
background-color: #CCFDCC;
}
.BgClassName
{
background-color: #CCFDCC;
}
</style>
border-color css
<style>
span { border-color: #CCFDCC; }
span { border-color: rgb(204,253,204); }
td.TdClassName
{
border-color: #CCFDCC;
}
.TagClassName
{
border-color: #CCFDCC;
}
</style>