Shades of Blue Romance #CFECCC
Tints of Blue Romance #CFECCC
RGB
CMYK
RGB Variations
Color information
#CFECCC (or 0xCFECCC) is known color: Blue Romance. HEX triplet: CF, EC and CC. RGB value is (207,236,204). Sum of RGB (Red+Green+Blue) = 207+236+204=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECCC is #301333. Grayscale: #DFDFDF. Windows color (decimal): -3150644 or 13429967. OLE color: 13429967.
HSL color Cylindrical-coordinate representation of color #CFECCC: hue angle of 114.38º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFECCC is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 204 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.07 |
| HSL | 114.38º | 0.46% | 0.86% | - |
| HSV(B) | 114.38º | 0.14% | 0.93% | - |
| XYZ | 66.63 | 77.62 | 68.6 | - |
| YUV | 223.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 204 | 0.12 | 0 | 0.14 | 0.07 | 114.38 | 0.46 | 0.86 |
| Hex | CF | EC | CC | C | 0 | E | 7 | 72 | 2E | 56 |
| Octal | 317 | 354 | 314 | 14 | 0 | 16 | 7 | 162 | 56 | 126 |
| Binary | 11001111 | 11101100 | 11001100 | 1100 | 0 | 1110 | 111 | 1110010 | 101110 | 1010110 |
Color Harmonies of #CFECCC
Complementary color
Monochromatic Colors of #CFECCC
Black with #CFECCC
Text Example
Text Example
White with #CFECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECCC; }
p { color: rgb(207,236,204); }
H1.HeaderClassName
{
color: #CFECCC;
}
.AnyTagClassName
{
color: #CFECCC;
}
</style>
background-color css
<style>
a { background-color: #CFECCC; }
a { background-color: rgb(207,236,204); }
div.DivClassName
{
background-color: #CFECCC;
}
.BgClassName
{
background-color: #CFECCC;
}
</style>
border-color css
<style>
span { border-color: #CFECCC; }
span { border-color: rgb(207,236,204); }
td.TdClassName
{
border-color: #CFECCC;
}
.TagClassName
{
border-color: #CFECCC;
}
</style>