Shades of Fog #CEB0F1
Tints of Fog #CEB0F1
RGB
CMYK
RGB Variations
Color information
#CEB0F1 (or 0xCEB0F1) is known color: Fog. HEX triplet: CE, B0 and F1. RGB value is (206,176,241). Sum of RGB (Red+Green+Blue) = 206+176+241=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEB0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0F1 is #314F0E. Grayscale: #C0C0C0. Windows color (decimal): -3231503 or 15839438. OLE color: 15839438.
HSL color Cylindrical-coordinate representation of color #CEB0F1: hue angle of 267.69º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEB0F1 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 176 | 241 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.05 |
| HSL | 267.69º | 0.7% | 0.82% | - |
| HSV(B) | 267.69º | 0.27% | 0.95% | - |
| XYZ | 56.86 | 50.52 | 89.97 | - |
| YUV | 192.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 241 | 0.15 | 0.27 | 0 | 0.05 | 267.69 | 0.7 | 0.82 |
| Hex | CE | B0 | F1 | F | 1B | 0 | 5 | 10C | 46 | 52 |
| Octal | 316 | 260 | 361 | 17 | 33 | 0 | 5 | 414 | 106 | 122 |
| Binary | 11001110 | 10110000 | 11110001 | 1111 | 11011 | 0 | 101 | 100001100 | 1000110 | 1010010 |
Color Harmonies of #CEB0F1
Complementary color
Monochromatic Colors of #CEB0F1
Black with #CEB0F1
Text Example
Text Example
White with #CEB0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0F1; }
p { color: rgb(206,176,241); }
H1.HeaderClassName
{
color: #CEB0F1;
}
.AnyTagClassName
{
color: #CEB0F1;
}
</style>
background-color css
<style>
a { background-color: #CEB0F1; }
a { background-color: rgb(206,176,241); }
div.DivClassName
{
background-color: #CEB0F1;
}
.BgClassName
{
background-color: #CEB0F1;
}
</style>
border-color css
<style>
span { border-color: #CEB0F1; }
span { border-color: rgb(206,176,241); }
td.TdClassName
{
border-color: #CEB0F1;
}
.TagClassName
{
border-color: #CEB0F1;
}
</style>