Shades of Fog #CFBAED
Tints of Fog #CFBAED
RGB
CMYK
RGB Variations
Color information
#CFBAED (or 0xCFBAED) is known color: Fog. HEX triplet: CF, BA and ED. RGB value is (207,186,237). Sum of RGB (Red+Green+Blue) = 207+186+237=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBAED is #304512. Grayscale: #C5C5C5. Windows color (decimal): -3163411 or 15579855. OLE color: 15579855.
HSL color Cylindrical-coordinate representation of color #CFBAED: hue angle of 264.71º degrees, saturation: 0.59, 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 #CFBAED is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 186 | 237 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.07 |
| HSL | 264.71º | 0.59% | 0.83% | - |
| HSV(B) | 264.71º | 0.22% | 0.93% | - |
| XYZ | 58.58 | 54.5 | 87.55 | - |
| YUV | 198.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 237 | 0.13 | 0.22 | 0 | 0.07 | 264.71 | 0.59 | 0.83 |
| Hex | CF | BA | ED | D | 16 | 0 | 7 | 109 | 3B | 53 |
| Octal | 317 | 272 | 355 | 15 | 26 | 0 | 7 | 411 | 73 | 123 |
| Binary | 11001111 | 10111010 | 11101101 | 1101 | 10110 | 0 | 111 | 100001001 | 111011 | 1010011 |
Color Harmonies of #CFBAED
Complementary color
Monochromatic Colors of #CFBAED
Black with #CFBAED
Text Example
Text Example
White with #CFBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAED; }
p { color: rgb(207,186,237); }
H1.HeaderClassName
{
color: #CFBAED;
}
.AnyTagClassName
{
color: #CFBAED;
}
</style>
background-color css
<style>
a { background-color: #CFBAED; }
a { background-color: rgb(207,186,237); }
div.DivClassName
{
background-color: #CFBAED;
}
.BgClassName
{
background-color: #CFBAED;
}
</style>
border-color css
<style>
span { border-color: #CFBAED; }
span { border-color: rgb(207,186,237); }
td.TdClassName
{
border-color: #CFBAED;
}
.TagClassName
{
border-color: #CFBAED;
}
</style>