Shades of Fog #CEBFF8
Tints of Fog #CEBFF8
RGB
CMYK
RGB Variations
Color information
#CEBFF8 (or 0xCEBFF8) is known color: Fog. HEX triplet: CE, BF and F8. RGB value is (206,191,248). Sum of RGB (Red+Green+Blue) = 206+191+248=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 248 (97.27% from 255 or 38.45% from 645); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEBFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFF8 is #314007. Grayscale: #C9C9C9. Windows color (decimal): -3227656 or 16302030. OLE color: 16302030.
HSL color Cylindrical-coordinate representation of color #CEBFF8: hue angle of 255.79º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEBFF8 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 191 | 248 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.03 |
| HSL | 255.79º | 0.8% | 0.86% | - |
| HSV(B) | 255.79º | 0.23% | 0.97% | - |
| XYZ | 61.03 | 57.16 | 96.62 | - |
| YUV | 201.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 248 | 0.17 | 0.23 | 0 | 0.03 | 255.79 | 0.8 | 0.86 |
| Hex | CE | BF | F8 | 11 | 17 | 0 | 3 | 100 | 50 | 56 |
| Octal | 316 | 277 | 370 | 21 | 27 | 0 | 3 | 400 | 120 | 126 |
| Binary | 11001110 | 10111111 | 11111000 | 10001 | 10111 | 0 | 11 | 100000000 | 1010000 | 1010110 |
Color Harmonies of #CEBFF8
Complementary color
Monochromatic Colors of #CEBFF8
Black with #CEBFF8
Text Example
Text Example
White with #CEBFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFF8; }
p { color: rgb(206,191,248); }
H1.HeaderClassName
{
color: #CEBFF8;
}
.AnyTagClassName
{
color: #CEBFF8;
}
</style>
background-color css
<style>
a { background-color: #CEBFF8; }
a { background-color: rgb(206,191,248); }
div.DivClassName
{
background-color: #CEBFF8;
}
.BgClassName
{
background-color: #CEBFF8;
}
</style>
border-color css
<style>
span { border-color: #CEBFF8; }
span { border-color: rgb(206,191,248); }
td.TdClassName
{
border-color: #CEBFF8;
}
.TagClassName
{
border-color: #CEBFF8;
}
</style>