Shades of Fog #CEBAF2
Tints of Fog #CEBAF2
RGB
CMYK
RGB Variations
Color information
#CEBAF2 (or 0xCEBAF2) is known color: Fog. HEX triplet: CE, BA and F2. RGB value is (206,186,242). Sum of RGB (Red+Green+Blue) = 206+186+242=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAF2 is #31450D. Grayscale: #C6C6C6. Windows color (decimal): -3228942 or 15907534. OLE color: 15907534.
HSL color Cylindrical-coordinate representation of color #CEBAF2: hue angle of 261.43º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEBAF2 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 186 | 242 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.05 |
| HSL | 261.43º | 0.68% | 0.84% | - |
| HSV(B) | 261.43º | 0.23% | 0.95% | - |
| XYZ | 59.04 | 54.65 | 91.44 | - |
| YUV | 198.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 242 | 0.15 | 0.23 | 0 | 0.05 | 261.43 | 0.68 | 0.84 |
| Hex | CE | BA | F2 | F | 17 | 0 | 5 | 105 | 44 | 54 |
| Octal | 316 | 272 | 362 | 17 | 27 | 0 | 5 | 405 | 104 | 124 |
| Binary | 11001110 | 10111010 | 11110010 | 1111 | 10111 | 0 | 101 | 100000101 | 1000100 | 1010100 |
Color Harmonies of #CEBAF2
Complementary color
Monochromatic Colors of #CEBAF2
Black with #CEBAF2
Text Example
Text Example
White with #CEBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAF2; }
p { color: rgb(206,186,242); }
H1.HeaderClassName
{
color: #CEBAF2;
}
.AnyTagClassName
{
color: #CEBAF2;
}
</style>
background-color css
<style>
a { background-color: #CEBAF2; }
a { background-color: rgb(206,186,242); }
div.DivClassName
{
background-color: #CEBAF2;
}
.BgClassName
{
background-color: #CEBAF2;
}
</style>
border-color css
<style>
span { border-color: #CEBAF2; }
span { border-color: rgb(206,186,242); }
td.TdClassName
{
border-color: #CEBAF2;
}
.TagClassName
{
border-color: #CEBAF2;
}
</style>