Shades of Fog #CFBAEE
Tints of Fog #CFBAEE
RGB
CMYK
RGB Variations
Color information
#CFBAEE (or 0xCFBAEE) is known color: Fog. HEX triplet: CF, BA and EE. RGB value is (207,186,238). Sum of RGB (Red+Green+Blue) = 207+186+238=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFBAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBAEE is #304511. Grayscale: #C6C6C6. Windows color (decimal): -3163410 or 15645391. OLE color: 15645391.
HSL color Cylindrical-coordinate representation of color #CFBAEE: hue angle of 264.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFBAEE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 186 | 238 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.07 |
| HSL | 264.23º | 0.6% | 0.83% | - |
| HSV(B) | 264.23º | 0.22% | 0.93% | - |
| XYZ | 58.72 | 54.56 | 88.32 | - |
| YUV | 198.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 238 | 0.13 | 0.22 | 0 | 0.07 | 264.23 | 0.6 | 0.83 |
| Hex | CF | BA | EE | D | 16 | 0 | 7 | 108 | 3C | 53 |
| Octal | 317 | 272 | 356 | 15 | 26 | 0 | 7 | 410 | 74 | 123 |
| Binary | 11001111 | 10111010 | 11101110 | 1101 | 10110 | 0 | 111 | 100001000 | 111100 | 1010011 |
Color Harmonies of #CFBAEE
Complementary color
Monochromatic Colors of #CFBAEE
Black with #CFBAEE
Text Example
Text Example
White with #CFBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAEE; }
p { color: rgb(207,186,238); }
H1.HeaderClassName
{
color: #CFBAEE;
}
.AnyTagClassName
{
color: #CFBAEE;
}
</style>
background-color css
<style>
a { background-color: #CFBAEE; }
a { background-color: rgb(207,186,238); }
div.DivClassName
{
background-color: #CFBAEE;
}
.BgClassName
{
background-color: #CFBAEE;
}
</style>
border-color css
<style>
span { border-color: #CFBAEE; }
span { border-color: rgb(207,186,238); }
td.TdClassName
{
border-color: #CFBAEE;
}
.TagClassName
{
border-color: #CFBAEE;
}
</style>