Shades of Blue Romance #CCF7CD
Tints of Blue Romance #CCF7CD
RGB
CMYK
RGB Variations
Color information
#CCF7CD (or 0xCCF7CD) is known color: Blue Romance. HEX triplet: CC, F7 and CD. RGB value is (204,247,205). Sum of RGB (Red+Green+Blue) = 204+247+205=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7CD is #330832. Grayscale: #E5E5E5. Windows color (decimal): -3344435 or 13498316. OLE color: 13498316.
HSL color Cylindrical-coordinate representation of color #CCF7CD: hue angle of 121.4º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7CD is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 247 | 205 | - |
CMYK | 0.17 | 0 | 0.17 | 0.03 |
HSL | 121.4º | 0.73% | 0.88% | - |
HSV(B) | 121.4º | 0.17% | 0.97% | - |
XYZ | 69.18 | 83.77 | 70.28 | - |
YUV | 229.36 | 114.25 | 109.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 247 | 205 | 0.17 | 0 | 0.17 | 0.03 | 121.4 | 0.73 | 0.88 |
Hex | CC | F7 | CD | 11 | 0 | 11 | 3 | 79 | 49 | 58 |
Octal | 314 | 367 | 315 | 21 | 0 | 21 | 3 | 171 | 111 | 130 |
Binary | 11001100 | 11110111 | 11001101 | 10001 | 0 | 10001 | 11 | 1111001 | 1001001 | 1011000 |
Color Harmonies of #CCF7CD
Complementary color
Monochromatic Colors of #CCF7CD
Black with #CCF7CD
Text Example
Text Example
White with #CCF7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7CD; }
p { color: rgb(204,247,205); }
H1.HeaderClassName
{
color: #CCF7CD;
}
.AnyTagClassName
{
color: #CCF7CD;
}
</style>
background-color css
<style>
a { background-color: #CCF7CD; }
a { background-color: rgb(204,247,205); }
div.DivClassName
{
background-color: #CCF7CD;
}
.BgClassName
{
background-color: #CCF7CD;
}
</style>
border-color css
<style>
span { border-color: #CCF7CD; }
span { border-color: rgb(204,247,205); }
td.TdClassName
{
border-color: #CCF7CD;
}
.TagClassName
{
border-color: #CCF7CD;
}
</style>