Shades of Fog #CFBAE7
Tints of Fog #CFBAE7
RGB
CMYK
RGB Variations
Color information
#CFBAE7 (or 0xCFBAE7) is known color: Fog. HEX triplet: CF, BA and E7. RGB value is (207,186,231). Sum of RGB (Red+Green+Blue) = 207+186+231=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFBAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBAE7 is #304518. Grayscale: #C5C5C5. Windows color (decimal): -3163417 or 15186639. OLE color: 15186639.
HSL color Cylindrical-coordinate representation of color #CFBAE7: hue angle of 268º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBAE7 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 186 | 231 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.09 |
| HSL | 268º | 0.48% | 0.82% | - |
| HSV(B) | 268º | 0.19% | 0.91% | - |
| XYZ | 57.71 | 54.15 | 83.01 | - |
| YUV | 197.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 231 | 0.10 | 0.19 | 0 | 0.09 | 268 | 0.48 | 0.82 |
| Hex | CF | BA | E7 | A | 13 | 0 | 9 | 10C | 30 | 52 |
| Octal | 317 | 272 | 347 | 12 | 23 | 0 | 11 | 414 | 60 | 122 |
| Binary | 11001111 | 10111010 | 11100111 | 1010 | 10011 | 0 | 1001 | 100001100 | 110000 | 1010010 |
Color Harmonies of #CFBAE7
Complementary color
Monochromatic Colors of #CFBAE7
Black with #CFBAE7
Text Example
Text Example
White with #CFBAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAE7; }
p { color: rgb(207,186,231); }
H1.HeaderClassName
{
color: #CFBAE7;
}
.AnyTagClassName
{
color: #CFBAE7;
}
</style>
background-color css
<style>
a { background-color: #CFBAE7; }
a { background-color: rgb(207,186,231); }
div.DivClassName
{
background-color: #CFBAE7;
}
.BgClassName
{
background-color: #CFBAE7;
}
</style>
border-color css
<style>
span { border-color: #CFBAE7; }
span { border-color: rgb(207,186,231); }
td.TdClassName
{
border-color: #CFBAE7;
}
.TagClassName
{
border-color: #CFBAE7;
}
</style>