Shades of Blue Romance #CCF8C8
Tints of Blue Romance #CCF8C8
RGB
CMYK
RGB Variations
Color information
#CCF8C8 (or 0xCCF8C8) is known color: Blue Romance. HEX triplet: CC, F8 and C8. RGB value is (204,248,200). Sum of RGB (Red+Green+Blue) = 204+248+200=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8C8 is #330737. Grayscale: #E5E5E5. Windows color (decimal): -3344184 or 13170892. OLE color: 13170892.
HSL color Cylindrical-coordinate representation of color #CCF8C8: hue angle of 115º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF8C8 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 248 | 200 | - |
CMYK | 0.18 | 0 | 0.19 | 0.03 |
HSL | 115º | 0.77% | 0.88% | - |
HSV(B) | 115º | 0.19% | 0.97% | - |
XYZ | 68.89 | 84.14 | 67.25 | - |
YUV | 229.37 | 111.42 | 109.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 248 | 200 | 0.18 | 0 | 0.19 | 0.03 | 115 | 0.77 | 0.88 |
Hex | CC | F8 | C8 | 12 | 0 | 13 | 3 | 73 | 4D | 58 |
Octal | 314 | 370 | 310 | 22 | 0 | 23 | 3 | 163 | 115 | 130 |
Binary | 11001100 | 11111000 | 11001000 | 10010 | 0 | 10011 | 11 | 1110011 | 1001101 | 1011000 |
Color Harmonies of #CCF8C8
Complementary color
Monochromatic Colors of #CCF8C8
Black with #CCF8C8
Text Example
Text Example
White with #CCF8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8C8; }
p { color: rgb(204,248,200); }
H1.HeaderClassName
{
color: #CCF8C8;
}
.AnyTagClassName
{
color: #CCF8C8;
}
</style>
background-color css
<style>
a { background-color: #CCF8C8; }
a { background-color: rgb(204,248,200); }
div.DivClassName
{
background-color: #CCF8C8;
}
.BgClassName
{
background-color: #CCF8C8;
}
</style>
border-color css
<style>
span { border-color: #CCF8C8; }
span { border-color: rgb(204,248,200); }
td.TdClassName
{
border-color: #CCF8C8;
}
.TagClassName
{
border-color: #CCF8C8;
}
</style>