Shades of Fog #CFBCEB
Tints of Fog #CFBCEB
RGB
CMYK
RGB Variations
Color information
#CFBCEB (or 0xCFBCEB) is known color: Fog. HEX triplet: CF, BC and EB. RGB value is (207,188,235). Sum of RGB (Red+Green+Blue) = 207+188+235=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBCEB is #304314. Grayscale: #C6C6C6. Windows color (decimal): -3162901 or 15449295. OLE color: 15449295.
HSL color Cylindrical-coordinate representation of color #CFBCEB: hue angle of 264.26º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFBCEB is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 188 | 235 | - |
| CMYK | 0.12 | 0.2 | 0 | 0.08 |
| HSL | 264.26º | 0.54% | 0.83% | - |
| HSV(B) | 264.26º | 0.2% | 0.92% | - |
| XYZ | 58.71 | 55.23 | 86.16 | - |
| YUV | 199.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 235 | 0.12 | 0.2 | 0 | 0.08 | 264.26 | 0.54 | 0.83 |
| Hex | CF | BC | EB | C | 14 | 0 | 8 | 108 | 36 | 53 |
| Octal | 317 | 274 | 353 | 14 | 24 | 0 | 10 | 410 | 66 | 123 |
| Binary | 11001111 | 10111100 | 11101011 | 1100 | 10100 | 0 | 1000 | 100001000 | 110110 | 1010011 |
Color Harmonies of #CFBCEB
Complementary color
Monochromatic Colors of #CFBCEB
Black with #CFBCEB
Text Example
Text Example
White with #CFBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCEB; }
p { color: rgb(207,188,235); }
H1.HeaderClassName
{
color: #CFBCEB;
}
.AnyTagClassName
{
color: #CFBCEB;
}
</style>
background-color css
<style>
a { background-color: #CFBCEB; }
a { background-color: rgb(207,188,235); }
div.DivClassName
{
background-color: #CFBCEB;
}
.BgClassName
{
background-color: #CFBCEB;
}
</style>
border-color css
<style>
span { border-color: #CFBCEB; }
span { border-color: rgb(207,188,235); }
td.TdClassName
{
border-color: #CFBCEB;
}
.TagClassName
{
border-color: #CFBCEB;
}
</style>