Shades of Blue Romance #CCFDC8
Tints of Blue Romance #CCFDC8
RGB
CMYK
RGB Variations
Color information
#CCFDC8 (or 0xCCFDC8) is known color: Blue Romance. HEX triplet: CC, FD and C8. RGB value is (204,253,200). Sum of RGB (Red+Green+Blue) = 204+253+200=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDC8 is #330237. Grayscale: #E8E8E8. Windows color (decimal): -3342904 or 13172172. OLE color: 13172172.
HSL color Cylindrical-coordinate representation of color #CCFDC8: hue angle of 115.47º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCFDC8 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 200 | - |
CMYK | 0.19 | 0 | 0.21 | 0.01 |
HSL | 115.47º | 0.93% | 0.89% | - |
HSV(B) | 115.47º | 0.21% | 0.99% | - |
XYZ | 70.45 | 87.26 | 67.77 | - |
YUV | 232.31 | 109.77 | 107.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 200 | 0.19 | 0 | 0.21 | 0.01 | 115.47 | 0.93 | 0.89 |
Hex | CC | FD | C8 | 13 | 0 | 15 | 1 | 73 | 5D | 59 |
Octal | 314 | 375 | 310 | 23 | 0 | 25 | 1 | 163 | 135 | 131 |
Binary | 11001100 | 11111101 | 11001000 | 10011 | 0 | 10101 | 1 | 1110011 | 1011101 | 1011001 |
Color Harmonies of #CCFDC8
Complementary color
Monochromatic Colors of #CCFDC8
Black with #CCFDC8
Text Example
Text Example
White with #CCFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDC8; }
p { color: rgb(204,253,200); }
H1.HeaderClassName
{
color: #CCFDC8;
}
.AnyTagClassName
{
color: #CCFDC8;
}
</style>
background-color css
<style>
a { background-color: #CCFDC8; }
a { background-color: rgb(204,253,200); }
div.DivClassName
{
background-color: #CCFDC8;
}
.BgClassName
{
background-color: #CCFDC8;
}
</style>
border-color css
<style>
span { border-color: #CCFDC8; }
span { border-color: rgb(204,253,200); }
td.TdClassName
{
border-color: #CCFDC8;
}
.TagClassName
{
border-color: #CCFDC8;
}
</style>