Shades of Fog #CEB6E5
Tints of Fog #CEB6E5
RGB
CMYK
RGB Variations
Color information
#CEB6E5 (or 0xCEB6E5) is known color: Fog. HEX triplet: CE, B6 and E5. RGB value is (206,182,229). Sum of RGB (Red+Green+Blue) = 206+182+229=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEB6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6E5 is #31491A. Grayscale: #C2C2C2. Windows color (decimal): -3229979 or 15054542. OLE color: 15054542.
HSL color Cylindrical-coordinate representation of color #CEB6E5: hue angle of 270.64º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEB6E5 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 182 | 229 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.10 |
| HSL | 270.64º | 0.47% | 0.81% | - |
| HSV(B) | 270.64º | 0.21% | 0.9% | - |
| XYZ | 56.32 | 52.23 | 81.24 | - |
| YUV | 194.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 229 | 0.10 | 0.21 | 0 | 0.10 | 270.64 | 0.47 | 0.81 |
| Hex | CE | B6 | E5 | A | 15 | 0 | A | 10F | 2F | 51 |
| Octal | 316 | 266 | 345 | 12 | 25 | 0 | 12 | 417 | 57 | 121 |
| Binary | 11001110 | 10110110 | 11100101 | 1010 | 10101 | 0 | 1010 | 100001111 | 101111 | 1010001 |
Color Harmonies of #CEB6E5
Complementary color
Monochromatic Colors of #CEB6E5
Black with #CEB6E5
Text Example
Text Example
White with #CEB6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB6E5; }
p { color: rgb(206,182,229); }
H1.HeaderClassName
{
color: #CEB6E5;
}
.AnyTagClassName
{
color: #CEB6E5;
}
</style>
background-color css
<style>
a { background-color: #CEB6E5; }
a { background-color: rgb(206,182,229); }
div.DivClassName
{
background-color: #CEB6E5;
}
.BgClassName
{
background-color: #CEB6E5;
}
</style>
border-color css
<style>
span { border-color: #CEB6E5; }
span { border-color: rgb(206,182,229); }
td.TdClassName
{
border-color: #CEB6E5;
}
.TagClassName
{
border-color: #CEB6E5;
}
</style>