Shades of Fog #CEB2EF
Tints of Fog #CEB2EF
RGB
CMYK
RGB Variations
Color information
#CEB2EF (or 0xCEB2EF) is known color: Fog. HEX triplet: CE, B2 and EF. RGB value is (206,178,239). Sum of RGB (Red+Green+Blue) = 206+178+239=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB2EF is #314D10. Grayscale: #C1C1C1. Windows color (decimal): -3230993 or 15708878. OLE color: 15708878.
HSL color Cylindrical-coordinate representation of color #CEB2EF: hue angle of 267.54º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB2EF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 178 | 239 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.06 |
| HSL | 267.54º | 0.66% | 0.82% | - |
| HSV(B) | 267.54º | 0.26% | 0.94% | - |
| XYZ | 56.95 | 51.19 | 88.54 | - |
| YUV | 193.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 239 | 0.14 | 0.26 | 0 | 0.06 | 267.54 | 0.66 | 0.82 |
| Hex | CE | B2 | EF | E | 1A | 0 | 6 | 10C | 42 | 52 |
| Octal | 316 | 262 | 357 | 16 | 32 | 0 | 6 | 414 | 102 | 122 |
| Binary | 11001110 | 10110010 | 11101111 | 1110 | 11010 | 0 | 110 | 100001100 | 1000010 | 1010010 |
Color Harmonies of #CEB2EF
Complementary color
Monochromatic Colors of #CEB2EF
Black with #CEB2EF
Text Example
Text Example
White with #CEB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2EF; }
p { color: rgb(206,178,239); }
H1.HeaderClassName
{
color: #CEB2EF;
}
.AnyTagClassName
{
color: #CEB2EF;
}
</style>
background-color css
<style>
a { background-color: #CEB2EF; }
a { background-color: rgb(206,178,239); }
div.DivClassName
{
background-color: #CEB2EF;
}
.BgClassName
{
background-color: #CEB2EF;
}
</style>
border-color css
<style>
span { border-color: #CEB2EF; }
span { border-color: rgb(206,178,239); }
td.TdClassName
{
border-color: #CEB2EF;
}
.TagClassName
{
border-color: #CEB2EF;
}
</style>