Shades of Blue Romance #CFEDCC
Tints of Blue Romance #CFEDCC
RGB
CMYK
RGB Variations
Color information
#CFEDCC (or 0xCFEDCC) is known color: Blue Romance. HEX triplet: CF, ED and CC. RGB value is (207,237,204). Sum of RGB (Red+Green+Blue) = 207+237+204=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDCC is #301233. Grayscale: #E0E0E0. Windows color (decimal): -3150388 or 13430223. OLE color: 13430223.
HSL color Cylindrical-coordinate representation of color #CFEDCC: hue angle of 114.55º degrees, saturation: 0.48, 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 #CFEDCC is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 204 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.07 |
| HSL | 114.55º | 0.48% | 0.86% | - |
| HSV(B) | 114.55º | 0.14% | 0.93% | - |
| XYZ | 66.92 | 78.19 | 68.69 | - |
| YUV | 224.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 204 | 0.13 | 0 | 0.14 | 0.07 | 114.55 | 0.48 | 0.86 |
| Hex | CF | ED | CC | D | 0 | E | 7 | 73 | 30 | 56 |
| Octal | 317 | 355 | 314 | 15 | 0 | 16 | 7 | 163 | 60 | 126 |
| Binary | 11001111 | 11101101 | 11001100 | 1101 | 0 | 1110 | 111 | 1110011 | 110000 | 1010110 |
Color Harmonies of #CFEDCC
Complementary color
Monochromatic Colors of #CFEDCC
Black with #CFEDCC
Text Example
Text Example
White with #CFEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDCC; }
p { color: rgb(207,237,204); }
H1.HeaderClassName
{
color: #CFEDCC;
}
.AnyTagClassName
{
color: #CFEDCC;
}
</style>
background-color css
<style>
a { background-color: #CFEDCC; }
a { background-color: rgb(207,237,204); }
div.DivClassName
{
background-color: #CFEDCC;
}
.BgClassName
{
background-color: #CFEDCC;
}
</style>
border-color css
<style>
span { border-color: #CFEDCC; }
span { border-color: rgb(207,237,204); }
td.TdClassName
{
border-color: #CFEDCC;
}
.TagClassName
{
border-color: #CFEDCC;
}
</style>