Shades of Fog #CEBEF0
Tints of Fog #CEBEF0
RGB
CMYK
RGB Variations
Color information
#CEBEF0 (or 0xCEBEF0) is known color: Fog. HEX triplet: CE, BE and F0. RGB value is (206,190,240). Sum of RGB (Red+Green+Blue) = 206+190+240=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEF0 is #31410F. Grayscale: #C8C8C8. Windows color (decimal): -3227920 or 15777486. OLE color: 15777486.
HSL color Cylindrical-coordinate representation of color #CEBEF0: hue angle of 259.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEBEF0 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 190 | 240 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.06 |
| HSL | 259.2º | 0.63% | 0.84% | - |
| HSV(B) | 259.2º | 0.21% | 0.94% | - |
| XYZ | 59.6 | 56.24 | 90.15 | - |
| YUV | 200.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 240 | 0.14 | 0.21 | 0 | 0.06 | 259.2 | 0.63 | 0.84 |
| Hex | CE | BE | F0 | E | 15 | 0 | 6 | 103 | 3E | 54 |
| Octal | 316 | 276 | 360 | 16 | 25 | 0 | 6 | 403 | 76 | 124 |
| Binary | 11001110 | 10111110 | 11110000 | 1110 | 10101 | 0 | 110 | 100000011 | 111110 | 1010100 |
Color Harmonies of #CEBEF0
Complementary color
Monochromatic Colors of #CEBEF0
Black with #CEBEF0
Text Example
Text Example
White with #CEBEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEF0; }
p { color: rgb(206,190,240); }
H1.HeaderClassName
{
color: #CEBEF0;
}
.AnyTagClassName
{
color: #CEBEF0;
}
</style>
background-color css
<style>
a { background-color: #CEBEF0; }
a { background-color: rgb(206,190,240); }
div.DivClassName
{
background-color: #CEBEF0;
}
.BgClassName
{
background-color: #CEBEF0;
}
</style>
border-color css
<style>
span { border-color: #CEBEF0; }
span { border-color: rgb(206,190,240); }
td.TdClassName
{
border-color: #CEBEF0;
}
.TagClassName
{
border-color: #CEBEF0;
}
</style>