Shades of Fog #CEB2ED
Tints of Fog #CEB2ED
RGB
CMYK
RGB Variations
Color information
#CEB2ED (or 0xCEB2ED) is known color: Fog. HEX triplet: CE, B2 and ED. RGB value is (206,178,237). Sum of RGB (Red+Green+Blue) = 206+178+237=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEB2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB2ED is #314D12. Grayscale: #C0C0C0. Windows color (decimal): -3230995 or 15577806. OLE color: 15577806.
HSL color Cylindrical-coordinate representation of color #CEB2ED: hue angle of 268.47º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEB2ED is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 178 | 237 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.07 |
| HSL | 268.47º | 0.62% | 0.81% | - |
| HSV(B) | 268.47º | 0.25% | 0.93% | - |
| XYZ | 56.66 | 51.08 | 86.99 | - |
| YUV | 193.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 237 | 0.13 | 0.25 | 0 | 0.07 | 268.47 | 0.62 | 0.81 |
| Hex | CE | B2 | ED | D | 19 | 0 | 7 | 10C | 3E | 51 |
| Octal | 316 | 262 | 355 | 15 | 31 | 0 | 7 | 414 | 76 | 121 |
| Binary | 11001110 | 10110010 | 11101101 | 1101 | 11001 | 0 | 111 | 100001100 | 111110 | 1010001 |
Color Harmonies of #CEB2ED
Complementary color
Monochromatic Colors of #CEB2ED
Black with #CEB2ED
Text Example
Text Example
White with #CEB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2ED; }
p { color: rgb(206,178,237); }
H1.HeaderClassName
{
color: #CEB2ED;
}
.AnyTagClassName
{
color: #CEB2ED;
}
</style>
background-color css
<style>
a { background-color: #CEB2ED; }
a { background-color: rgb(206,178,237); }
div.DivClassName
{
background-color: #CEB2ED;
}
.BgClassName
{
background-color: #CEB2ED;
}
</style>
border-color css
<style>
span { border-color: #CEB2ED; }
span { border-color: rgb(206,178,237); }
td.TdClassName
{
border-color: #CEB2ED;
}
.TagClassName
{
border-color: #CEB2ED;
}
</style>