Shades of Fog #CEBCFC
Tints of Fog #CEBCFC
RGB
CMYK
RGB Variations
Color information
#CEBCFC (or 0xCEBCFC) is known color: Fog. HEX triplet: CE, BC and FC. RGB value is (206,188,252). Sum of RGB (Red+Green+Blue) = 206+188+252=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCFC is #314303. Grayscale: #C8C8C8. Windows color (decimal): -3228420 or 16563406. OLE color: 16563406.
HSL color Cylindrical-coordinate representation of color #CEBCFC: hue angle of 256.88º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEBCFC is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 188 | 252 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.01 |
| HSL | 256.88º | 0.91% | 0.86% | - |
| HSV(B) | 256.88º | 0.25% | 0.99% | - |
| XYZ | 61.01 | 56.12 | 99.71 | - |
| YUV | 200.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 252 | 0.18 | 0.25 | 0 | 0.01 | 256.88 | 0.91 | 0.86 |
| Hex | CE | BC | FC | 12 | 19 | 0 | 1 | 101 | 5B | 56 |
| Octal | 316 | 274 | 374 | 22 | 31 | 0 | 1 | 401 | 133 | 126 |
| Binary | 11001110 | 10111100 | 11111100 | 10010 | 11001 | 0 | 1 | 100000001 | 1011011 | 1010110 |
Color Harmonies of #CEBCFC
Complementary color
Monochromatic Colors of #CEBCFC
Black with #CEBCFC
Text Example
Text Example
White with #CEBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCFC; }
p { color: rgb(206,188,252); }
H1.HeaderClassName
{
color: #CEBCFC;
}
.AnyTagClassName
{
color: #CEBCFC;
}
</style>
background-color css
<style>
a { background-color: #CEBCFC; }
a { background-color: rgb(206,188,252); }
div.DivClassName
{
background-color: #CEBCFC;
}
.BgClassName
{
background-color: #CEBCFC;
}
</style>
border-color css
<style>
span { border-color: #CEBCFC; }
span { border-color: rgb(206,188,252); }
td.TdClassName
{
border-color: #CEBCFC;
}
.TagClassName
{
border-color: #CEBCFC;
}
</style>