Shades of Fog #CEB5FA
Tints of Fog #CEB5FA
RGB
CMYK
RGB Variations
Color information
#CEB5FA (or 0xCEB5FA) is known color: Fog. HEX triplet: CE, B5 and FA. RGB value is (206,181,250). Sum of RGB (Red+Green+Blue) = 206+181+250=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5FA is #314A05. Grayscale: #C4C4C4. Windows color (decimal): -3230214 or 16430542. OLE color: 16430542.
HSL color Cylindrical-coordinate representation of color #CEB5FA: hue angle of 261.74º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEB5FA is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 181 | 250 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.02 |
| HSL | 261.74º | 0.87% | 0.85% | - |
| HSV(B) | 261.74º | 0.28% | 0.98% | - |
| XYZ | 59.23 | 53.07 | 97.56 | - |
| YUV | 196.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 250 | 0.18 | 0.28 | 0 | 0.02 | 261.74 | 0.87 | 0.85 |
| Hex | CE | B5 | FA | 12 | 1C | 0 | 2 | 106 | 57 | 55 |
| Octal | 316 | 265 | 372 | 22 | 34 | 0 | 2 | 406 | 127 | 125 |
| Binary | 11001110 | 10110101 | 11111010 | 10010 | 11100 | 0 | 10 | 100000110 | 1010111 | 1010101 |
Color Harmonies of #CEB5FA
Complementary color
Monochromatic Colors of #CEB5FA
Black with #CEB5FA
Text Example
Text Example
White with #CEB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5FA; }
p { color: rgb(206,181,250); }
H1.HeaderClassName
{
color: #CEB5FA;
}
.AnyTagClassName
{
color: #CEB5FA;
}
</style>
background-color css
<style>
a { background-color: #CEB5FA; }
a { background-color: rgb(206,181,250); }
div.DivClassName
{
background-color: #CEB5FA;
}
.BgClassName
{
background-color: #CEB5FA;
}
</style>
border-color css
<style>
span { border-color: #CEB5FA; }
span { border-color: rgb(206,181,250); }
td.TdClassName
{
border-color: #CEB5FA;
}
.TagClassName
{
border-color: #CEB5FA;
}
</style>