Shades of Fog #CFBAE6
Tints of Fog #CFBAE6
RGB
CMYK
RGB Variations
Color information
#CFBAE6 (or 0xCFBAE6) is known color: Fog. HEX triplet: CF, BA and E6. RGB value is (207,186,230). Sum of RGB (Red+Green+Blue) = 207+186+230=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFBAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBAE6 is #304519. Grayscale: #C5C5C5. Windows color (decimal): -3163418 or 15121103. OLE color: 15121103.
HSL color Cylindrical-coordinate representation of color #CFBAE6: hue angle of 268.64º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBAE6 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 186 | 230 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.10 |
| HSL | 268.64º | 0.47% | 0.82% | - |
| HSV(B) | 268.64º | 0.19% | 0.9% | - |
| XYZ | 57.57 | 54.1 | 82.27 | - |
| YUV | 197.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 230 | 0.10 | 0.19 | 0 | 0.10 | 268.64 | 0.47 | 0.82 |
| Hex | CF | BA | E6 | A | 13 | 0 | A | 10D | 2F | 52 |
| Octal | 317 | 272 | 346 | 12 | 23 | 0 | 12 | 415 | 57 | 122 |
| Binary | 11001111 | 10111010 | 11100110 | 1010 | 10011 | 0 | 1010 | 100001101 | 101111 | 1010010 |
Color Harmonies of #CFBAE6
Complementary color
Monochromatic Colors of #CFBAE6
Black with #CFBAE6
Text Example
Text Example
White with #CFBAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAE6; }
p { color: rgb(207,186,230); }
H1.HeaderClassName
{
color: #CFBAE6;
}
.AnyTagClassName
{
color: #CFBAE6;
}
</style>
background-color css
<style>
a { background-color: #CFBAE6; }
a { background-color: rgb(207,186,230); }
div.DivClassName
{
background-color: #CFBAE6;
}
.BgClassName
{
background-color: #CFBAE6;
}
</style>
border-color css
<style>
span { border-color: #CFBAE6; }
span { border-color: rgb(207,186,230); }
td.TdClassName
{
border-color: #CFBAE6;
}
.TagClassName
{
border-color: #CFBAE6;
}
</style>