Shades of Fog #CEBFDC
Tints of Fog #CEBFDC
RGB
CMYK
RGB Variations
Color information
#CEBFDC (or 0xCEBFDC) is known color: Fog. HEX triplet: CE, BF and DC. RGB value is (206,191,220). Sum of RGB (Red+Green+Blue) = 206+191+220=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFDC is #314023. Grayscale: #C6C6C6. Windows color (decimal): -3227684 or 14467022. OLE color: 14467022.
HSL color Cylindrical-coordinate representation of color #CEBFDC: hue angle of 271.03º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBFDC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 191 | 220 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.14 |
| HSL | 271.03º | 0.29% | 0.81% | - |
| HSV(B) | 271.03º | 0.13% | 0.86% | - |
| XYZ | 57 | 55.55 | 75.43 | - |
| YUV | 198.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 220 | 0.06 | 0.13 | 0 | 0.14 | 271.03 | 0.29 | 0.81 |
| Hex | CE | BF | DC | 6 | D | 0 | E | 10F | 1D | 51 |
| Octal | 316 | 277 | 334 | 6 | 15 | 0 | 16 | 417 | 35 | 121 |
| Binary | 11001110 | 10111111 | 11011100 | 110 | 1101 | 0 | 1110 | 100001111 | 11101 | 1010001 |
Color Harmonies of #CEBFDC
Complementary color
Monochromatic Colors of #CEBFDC
Black with #CEBFDC
Text Example
Text Example
White with #CEBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFDC; }
p { color: rgb(206,191,220); }
H1.HeaderClassName
{
color: #CEBFDC;
}
.AnyTagClassName
{
color: #CEBFDC;
}
</style>
background-color css
<style>
a { background-color: #CEBFDC; }
a { background-color: rgb(206,191,220); }
div.DivClassName
{
background-color: #CEBFDC;
}
.BgClassName
{
background-color: #CEBFDC;
}
</style>
border-color css
<style>
span { border-color: #CEBFDC; }
span { border-color: rgb(206,191,220); }
td.TdClassName
{
border-color: #CEBFDC;
}
.TagClassName
{
border-color: #CEBFDC;
}
</style>