Shades of Fog #CEBFDF
Tints of Fog #CEBFDF
RGB
CMYK
RGB Variations
Color information
#CEBFDF (or 0xCEBFDF) is known color: Fog. HEX triplet: CE, BF and DF. RGB value is (206,191,223). Sum of RGB (Red+Green+Blue) = 206+191+223=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFDF is #314020. Grayscale: #C7C7C7. Windows color (decimal): -3227681 or 14663630. OLE color: 14663630.
HSL color Cylindrical-coordinate representation of color #CEBFDF: hue angle of 268.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEBFDF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 191 | 223 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.13 |
| HSL | 268.13º | 0.33% | 0.81% | - |
| HSV(B) | 268.13º | 0.14% | 0.87% | - |
| XYZ | 57.4 | 55.71 | 77.54 | - |
| YUV | 199.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 223 | 0.08 | 0.14 | 0 | 0.13 | 268.13 | 0.33 | 0.81 |
| Hex | CE | BF | DF | 8 | E | 0 | D | 10C | 21 | 51 |
| Octal | 316 | 277 | 337 | 10 | 16 | 0 | 15 | 414 | 41 | 121 |
| Binary | 11001110 | 10111111 | 11011111 | 1000 | 1110 | 0 | 1101 | 100001100 | 100001 | 1010001 |
Color Harmonies of #CEBFDF
Complementary color
Monochromatic Colors of #CEBFDF
Black with #CEBFDF
Text Example
Text Example
White with #CEBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFDF; }
p { color: rgb(206,191,223); }
H1.HeaderClassName
{
color: #CEBFDF;
}
.AnyTagClassName
{
color: #CEBFDF;
}
</style>
background-color css
<style>
a { background-color: #CEBFDF; }
a { background-color: rgb(206,191,223); }
div.DivClassName
{
background-color: #CEBFDF;
}
.BgClassName
{
background-color: #CEBFDF;
}
</style>
border-color css
<style>
span { border-color: #CEBFDF; }
span { border-color: rgb(206,191,223); }
td.TdClassName
{
border-color: #CEBFDF;
}
.TagClassName
{
border-color: #CEBFDF;
}
</style>