Shades of Fog #CEBEF2
Tints of Fog #CEBEF2
RGB
CMYK
RGB Variations
Color information
#CEBEF2 (or 0xCEBEF2) is known color: Fog. HEX triplet: CE, BE and F2. RGB value is (206,190,242). Sum of RGB (Red+Green+Blue) = 206+190+242=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEF2 is #31410D. Grayscale: #C8C8C8. Windows color (decimal): -3227918 or 15908558. OLE color: 15908558.
HSL color Cylindrical-coordinate representation of color #CEBEF2: hue angle of 258.46º degrees, saturation: 0.67, 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 #CEBEF2 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 190 | 242 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.05 |
| HSL | 258.46º | 0.67% | 0.85% | - |
| HSV(B) | 258.46º | 0.21% | 0.95% | - |
| XYZ | 59.89 | 56.36 | 91.73 | - |
| YUV | 200.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 242 | 0.15 | 0.21 | 0 | 0.05 | 258.46 | 0.67 | 0.85 |
| Hex | CE | BE | F2 | F | 15 | 0 | 5 | 102 | 43 | 55 |
| Octal | 316 | 276 | 362 | 17 | 25 | 0 | 5 | 402 | 103 | 125 |
| Binary | 11001110 | 10111110 | 11110010 | 1111 | 10101 | 0 | 101 | 100000010 | 1000011 | 1010101 |
Color Harmonies of #CEBEF2
Complementary color
Monochromatic Colors of #CEBEF2
Black with #CEBEF2
Text Example
Text Example
White with #CEBEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEF2; }
p { color: rgb(206,190,242); }
H1.HeaderClassName
{
color: #CEBEF2;
}
.AnyTagClassName
{
color: #CEBEF2;
}
</style>
background-color css
<style>
a { background-color: #CEBEF2; }
a { background-color: rgb(206,190,242); }
div.DivClassName
{
background-color: #CEBEF2;
}
.BgClassName
{
background-color: #CEBEF2;
}
</style>
border-color css
<style>
span { border-color: #CEBEF2; }
span { border-color: rgb(206,190,242); }
td.TdClassName
{
border-color: #CEBEF2;
}
.TagClassName
{
border-color: #CEBEF2;
}
</style>