Shades of Fog #CEBFDD
Tints of Fog #CEBFDD
RGB
CMYK
RGB Variations
Color information
#CEBFDD (or 0xCEBFDD) is known color: Fog. HEX triplet: CE, BF and DD. RGB value is (206,191,221). Sum of RGB (Red+Green+Blue) = 206+191+221=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFDD is #314022. Grayscale: #C6C6C6. Windows color (decimal): -3227683 or 14532558. OLE color: 14532558.
HSL color Cylindrical-coordinate representation of color #CEBFDD: hue angle of 270º degrees, saturation: 0.31, 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 #CEBFDD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 191 | 221 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.13 |
| HSL | 270º | 0.31% | 0.81% | - |
| HSV(B) | 270º | 0.14% | 0.87% | - |
| XYZ | 57.14 | 55.6 | 76.13 | - |
| YUV | 198.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 221 | 0.07 | 0.14 | 0 | 0.13 | 270 | 0.31 | 0.81 |
| Hex | CE | BF | DD | 7 | E | 0 | D | 10E | 1F | 51 |
| Octal | 316 | 277 | 335 | 7 | 16 | 0 | 15 | 416 | 37 | 121 |
| Binary | 11001110 | 10111111 | 11011101 | 111 | 1110 | 0 | 1101 | 100001110 | 11111 | 1010001 |
Color Harmonies of #CEBFDD
Complementary color
Monochromatic Colors of #CEBFDD
Black with #CEBFDD
Text Example
Text Example
White with #CEBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFDD; }
p { color: rgb(206,191,221); }
H1.HeaderClassName
{
color: #CEBFDD;
}
.AnyTagClassName
{
color: #CEBFDD;
}
</style>
background-color css
<style>
a { background-color: #CEBFDD; }
a { background-color: rgb(206,191,221); }
div.DivClassName
{
background-color: #CEBFDD;
}
.BgClassName
{
background-color: #CEBFDD;
}
</style>
border-color css
<style>
span { border-color: #CEBFDD; }
span { border-color: rgb(206,191,221); }
td.TdClassName
{
border-color: #CEBFDD;
}
.TagClassName
{
border-color: #CEBFDD;
}
</style>