Shades of Blue Romance #CFECCD
Tints of Blue Romance #CFECCD
RGB
CMYK
RGB Variations
Color information
#CFECCD (or 0xCFECCD) is known color: Blue Romance. HEX triplet: CF, EC and CD. RGB value is (207,236,205). Sum of RGB (Red+Green+Blue) = 207+236+205=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECCD is #301332. Grayscale: #DFDFDF. Windows color (decimal): -3150643 or 13495503. OLE color: 13495503.
HSL color Cylindrical-coordinate representation of color #CFECCD: hue angle of 116.13º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFECCD is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 205 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.07 |
| HSL | 116.13º | 0.45% | 0.86% | - |
| HSV(B) | 116.13º | 0.13% | 0.93% | - |
| XYZ | 66.75 | 77.66 | 69.23 | - |
| YUV | 223.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 205 | 0.12 | 0 | 0.13 | 0.07 | 116.13 | 0.45 | 0.86 |
| Hex | CF | EC | CD | C | 0 | D | 7 | 74 | 2D | 56 |
| Octal | 317 | 354 | 315 | 14 | 0 | 15 | 7 | 164 | 55 | 126 |
| Binary | 11001111 | 11101100 | 11001101 | 1100 | 0 | 1101 | 111 | 1110100 | 101101 | 1010110 |
Color Harmonies of #CFECCD
Complementary color
Monochromatic Colors of #CFECCD
Black with #CFECCD
Text Example
Text Example
White with #CFECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECCD; }
p { color: rgb(207,236,205); }
H1.HeaderClassName
{
color: #CFECCD;
}
.AnyTagClassName
{
color: #CFECCD;
}
</style>
background-color css
<style>
a { background-color: #CFECCD; }
a { background-color: rgb(207,236,205); }
div.DivClassName
{
background-color: #CFECCD;
}
.BgClassName
{
background-color: #CFECCD;
}
</style>
border-color css
<style>
span { border-color: #CFECCD; }
span { border-color: rgb(207,236,205); }
td.TdClassName
{
border-color: #CFECCD;
}
.TagClassName
{
border-color: #CFECCD;
}
</style>