Shades of Fog #CEBEDF
Tints of Fog #CEBEDF
RGB
CMYK
RGB Variations
Color information
#CEBEDF (or 0xCEBEDF) is known color: Fog. HEX triplet: CE, BE and DF. RGB value is (206,190,223). Sum of RGB (Red+Green+Blue) = 206+190+223=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEDF is #314120. Grayscale: #C6C6C6. Windows color (decimal): -3227937 or 14663374. OLE color: 14663374.
HSL color Cylindrical-coordinate representation of color #CEBEDF: hue angle of 269.09º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBEDF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 190 | 223 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.13 |
| HSL | 269.09º | 0.34% | 0.81% | - |
| HSV(B) | 269.09º | 0.15% | 0.87% | - |
| XYZ | 57.19 | 55.28 | 77.47 | - |
| YUV | 198.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 223 | 0.08 | 0.15 | 0 | 0.13 | 269.09 | 0.34 | 0.81 |
| Hex | CE | BE | DF | 8 | F | 0 | D | 10D | 22 | 51 |
| Octal | 316 | 276 | 337 | 10 | 17 | 0 | 15 | 415 | 42 | 121 |
| Binary | 11001110 | 10111110 | 11011111 | 1000 | 1111 | 0 | 1101 | 100001101 | 100010 | 1010001 |
Color Harmonies of #CEBEDF
Complementary color
Monochromatic Colors of #CEBEDF
Black with #CEBEDF
Text Example
Text Example
White with #CEBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEDF; }
p { color: rgb(206,190,223); }
H1.HeaderClassName
{
color: #CEBEDF;
}
.AnyTagClassName
{
color: #CEBEDF;
}
</style>
background-color css
<style>
a { background-color: #CEBEDF; }
a { background-color: rgb(206,190,223); }
div.DivClassName
{
background-color: #CEBEDF;
}
.BgClassName
{
background-color: #CEBEDF;
}
</style>
border-color css
<style>
span { border-color: #CEBEDF; }
span { border-color: rgb(206,190,223); }
td.TdClassName
{
border-color: #CEBEDF;
}
.TagClassName
{
border-color: #CEBEDF;
}
</style>