Shades of Blue Romance #CFEFCD
Tints of Blue Romance #CFEFCD
RGB
CMYK
RGB Variations
Color information
#CFEFCD (or 0xCFEFCD) is known color: Blue Romance. HEX triplet: CF, EF and CD. RGB value is (207,239,205). Sum of RGB (Red+Green+Blue) = 207+239+205=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFCD is #301032. Grayscale: #E1E1E1. Windows color (decimal): -3149875 or 13496271. OLE color: 13496271.
HSL color Cylindrical-coordinate representation of color #CFEFCD: hue angle of 116.47º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEFCD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 205 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.06 |
| HSL | 116.47º | 0.52% | 0.87% | - |
| HSV(B) | 116.47º | 0.14% | 0.94% | - |
| XYZ | 67.62 | 79.41 | 69.52 | - |
| YUV | 225.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 205 | 0.13 | 0 | 0.14 | 0.06 | 116.47 | 0.52 | 0.87 |
| Hex | CF | EF | CD | D | 0 | E | 6 | 74 | 34 | 57 |
| Octal | 317 | 357 | 315 | 15 | 0 | 16 | 6 | 164 | 64 | 127 |
| Binary | 11001111 | 11101111 | 11001101 | 1101 | 0 | 1110 | 110 | 1110100 | 110100 | 1010111 |
Color Harmonies of #CFEFCD
Complementary color
Monochromatic Colors of #CFEFCD
Black with #CFEFCD
Text Example
Text Example
White with #CFEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFCD; }
p { color: rgb(207,239,205); }
H1.HeaderClassName
{
color: #CFEFCD;
}
.AnyTagClassName
{
color: #CFEFCD;
}
</style>
background-color css
<style>
a { background-color: #CFEFCD; }
a { background-color: rgb(207,239,205); }
div.DivClassName
{
background-color: #CFEFCD;
}
.BgClassName
{
background-color: #CFEFCD;
}
</style>
border-color css
<style>
span { border-color: #CFEFCD; }
span { border-color: rgb(207,239,205); }
td.TdClassName
{
border-color: #CFEFCD;
}
.TagClassName
{
border-color: #CFEFCD;
}
</style>