Shades of Fog #CEBEF1
Tints of Fog #CEBEF1
RGB
CMYK
RGB Variations
Color information
#CEBEF1 (or 0xCEBEF1) is known color: Fog. HEX triplet: CE, BE and F1. RGB value is (206,190,241). Sum of RGB (Red+Green+Blue) = 206+190+241=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEBEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEF1 is #31410E. Grayscale: #C8C8C8. Windows color (decimal): -3227919 or 15843022. OLE color: 15843022.
HSL color Cylindrical-coordinate representation of color #CEBEF1: hue angle of 258.82º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEBEF1 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 190 | 241 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.05 |
| HSL | 258.82º | 0.65% | 0.85% | - |
| HSV(B) | 258.82º | 0.21% | 0.95% | - |
| XYZ | 59.74 | 56.3 | 90.94 | - |
| YUV | 200.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 241 | 0.15 | 0.21 | 0 | 0.05 | 258.82 | 0.65 | 0.85 |
| Hex | CE | BE | F1 | F | 15 | 0 | 5 | 103 | 41 | 55 |
| Octal | 316 | 276 | 361 | 17 | 25 | 0 | 5 | 403 | 101 | 125 |
| Binary | 11001110 | 10111110 | 11110001 | 1111 | 10101 | 0 | 101 | 100000011 | 1000001 | 1010101 |
Color Harmonies of #CEBEF1
Complementary color
Monochromatic Colors of #CEBEF1
Black with #CEBEF1
Text Example
Text Example
White with #CEBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEF1; }
p { color: rgb(206,190,241); }
H1.HeaderClassName
{
color: #CEBEF1;
}
.AnyTagClassName
{
color: #CEBEF1;
}
</style>
background-color css
<style>
a { background-color: #CEBEF1; }
a { background-color: rgb(206,190,241); }
div.DivClassName
{
background-color: #CEBEF1;
}
.BgClassName
{
background-color: #CEBEF1;
}
</style>
border-color css
<style>
span { border-color: #CEBEF1; }
span { border-color: rgb(206,190,241); }
td.TdClassName
{
border-color: #CEBEF1;
}
.TagClassName
{
border-color: #CEBEF1;
}
</style>