Shades of Fog #CFBAE8
Tints of Fog #CFBAE8
RGB
CMYK
RGB Variations
Color information
#CFBAE8 (or 0xCFBAE8) is known color: Fog. HEX triplet: CF, BA and E8. RGB value is (207,186,232). Sum of RGB (Red+Green+Blue) = 207+186+232=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBAE8 is #304517. Grayscale: #C5C5C5. Windows color (decimal): -3163416 or 15252175. OLE color: 15252175.
HSL color Cylindrical-coordinate representation of color #CFBAE8: hue angle of 267.39º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFBAE8 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 186 | 232 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.09 |
| HSL | 267.39º | 0.5% | 0.82% | - |
| HSV(B) | 267.39º | 0.2% | 0.91% | - |
| XYZ | 57.86 | 54.21 | 83.76 | - |
| YUV | 197.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 232 | 0.11 | 0.20 | 0 | 0.09 | 267.39 | 0.5 | 0.82 |
| Hex | CF | BA | E8 | B | 14 | 0 | 9 | 10B | 32 | 52 |
| Octal | 317 | 272 | 350 | 13 | 24 | 0 | 11 | 413 | 62 | 122 |
| Binary | 11001111 | 10111010 | 11101000 | 1011 | 10100 | 0 | 1001 | 100001011 | 110010 | 1010010 |
Color Harmonies of #CFBAE8
Complementary color
Monochromatic Colors of #CFBAE8
Black with #CFBAE8
Text Example
Text Example
White with #CFBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAE8; }
p { color: rgb(207,186,232); }
H1.HeaderClassName
{
color: #CFBAE8;
}
.AnyTagClassName
{
color: #CFBAE8;
}
</style>
background-color css
<style>
a { background-color: #CFBAE8; }
a { background-color: rgb(207,186,232); }
div.DivClassName
{
background-color: #CFBAE8;
}
.BgClassName
{
background-color: #CFBAE8;
}
</style>
border-color css
<style>
span { border-color: #CFBAE8; }
span { border-color: rgb(207,186,232); }
td.TdClassName
{
border-color: #CFBAE8;
}
.TagClassName
{
border-color: #CFBAE8;
}
</style>