Shades of Fog #CFBCED
Tints of Fog #CFBCED
RGB
CMYK
RGB Variations
Color information
#CFBCED (or 0xCFBCED) is known color: Fog. HEX triplet: CF, BC and ED. RGB value is (207,188,237). Sum of RGB (Red+Green+Blue) = 207+188+237=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFBCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBCED is #304312. Grayscale: #C7C7C7. Windows color (decimal): -3162899 or 15580367. OLE color: 15580367.
HSL color Cylindrical-coordinate representation of color #CFBCED: hue angle of 263.27º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFBCED is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 188 | 237 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.07 |
| HSL | 263.27º | 0.58% | 0.83% | - |
| HSV(B) | 263.27º | 0.21% | 0.93% | - |
| XYZ | 59 | 55.35 | 87.69 | - |
| YUV | 199.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 237 | 0.13 | 0.21 | 0 | 0.07 | 263.27 | 0.58 | 0.83 |
| Hex | CF | BC | ED | D | 15 | 0 | 7 | 107 | 3A | 53 |
| Octal | 317 | 274 | 355 | 15 | 25 | 0 | 7 | 407 | 72 | 123 |
| Binary | 11001111 | 10111100 | 11101101 | 1101 | 10101 | 0 | 111 | 100000111 | 111010 | 1010011 |
Color Harmonies of #CFBCED
Complementary color
Monochromatic Colors of #CFBCED
Black with #CFBCED
Text Example
Text Example
White with #CFBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCED; }
p { color: rgb(207,188,237); }
H1.HeaderClassName
{
color: #CFBCED;
}
.AnyTagClassName
{
color: #CFBCED;
}
</style>
background-color css
<style>
a { background-color: #CFBCED; }
a { background-color: rgb(207,188,237); }
div.DivClassName
{
background-color: #CFBCED;
}
.BgClassName
{
background-color: #CFBCED;
}
</style>
border-color css
<style>
span { border-color: #CFBCED; }
span { border-color: rgb(207,188,237); }
td.TdClassName
{
border-color: #CFBCED;
}
.TagClassName
{
border-color: #CFBCED;
}
</style>