Shades of Fog #CEB9FF
Tints of Fog #CEB9FF
RGB
CMYK
RGB Variations
Color information
#CEB9FF (or 0xCEB9FF) is known color: Fog. HEX triplet: CE, B9 and FF. RGB value is (206,185,255). Sum of RGB (Red+Green+Blue) = 206+185+255=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB9FF is #314600. Grayscale: #C7C7C7. Windows color (decimal): -3229185 or 16759246. OLE color: 16759246.
HSL color Cylindrical-coordinate representation of color #CEB9FF: hue angle of 258º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEB9FF is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 185 | 255 | - |
| CMYK | 0.19 | 0.27 | 0 | 0 |
| HSL | 258º | 1% | 0.86% | - |
| HSV(B) | 258º | 0.27% | 1% | - |
| XYZ | 60.85 | 55.04 | 102.02 | - |
| YUV | 199.26 | 159.46 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 255 | 0.19 | 0.27 | 0 | 0 | 258 | 1 | 0.86 |
| Hex | CE | B9 | FF | 13 | 1B | 0 | 0 | 102 | 64 | 56 |
| Octal | 316 | 271 | 377 | 23 | 33 | 0 | 0 | 402 | 144 | 126 |
| Binary | 11001110 | 10111001 | 11111111 | 10011 | 11011 | 0 | 0 | 100000010 | 1100100 | 1010110 |
Color Harmonies of #CEB9FF
Complementary color
Monochromatic Colors of #CEB9FF
Black with #CEB9FF
Text Example
Text Example
White with #CEB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB9FF; }
p { color: rgb(206,185,255); }
H1.HeaderClassName
{
color: #CEB9FF;
}
.AnyTagClassName
{
color: #CEB9FF;
}
</style>
background-color css
<style>
a { background-color: #CEB9FF; }
a { background-color: rgb(206,185,255); }
div.DivClassName
{
background-color: #CEB9FF;
}
.BgClassName
{
background-color: #CEB9FF;
}
</style>
border-color css
<style>
span { border-color: #CEB9FF; }
span { border-color: rgb(206,185,255); }
td.TdClassName
{
border-color: #CEB9FF;
}
.TagClassName
{
border-color: #CEB9FF;
}
</style>