Shades of Fog #CEC6DF
Tints of Fog #CEC6DF
RGB
CMYK
RGB Variations
Color information
#CEC6DF (or 0xCEC6DF) is known color: Fog. HEX triplet: CE, C6 and DF. RGB value is (206,198,223). Sum of RGB (Red+Green+Blue) = 206+198+223=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6DF is #313920. Grayscale: #CBCBCB. Windows color (decimal): -3225889 or 14665422. OLE color: 14665422.
HSL color Cylindrical-coordinate representation of color #CEC6DF: hue angle of 259.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC6DF is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 198 | 223 | - |
CMYK | 0.08 | 0.11 | 0 | 0.13 |
HSL | 259.2º | 0.28% | 0.83% | - |
HSV(B) | 259.2º | 0.11% | 0.87% | - |
XYZ | 58.97 | 58.84 | 78.06 | - |
YUV | 203.24 | 139.15 | 129.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 198 | 223 | 0.08 | 0.11 | 0 | 0.13 | 259.2 | 0.28 | 0.83 |
Hex | CE | C6 | DF | 8 | B | 0 | D | 103 | 1C | 53 |
Octal | 316 | 306 | 337 | 10 | 13 | 0 | 15 | 403 | 34 | 123 |
Binary | 11001110 | 11000110 | 11011111 | 1000 | 1011 | 0 | 1101 | 100000011 | 11100 | 1010011 |
Color Harmonies of #CEC6DF
Complementary color
Monochromatic Colors of #CEC6DF
Black with #CEC6DF
Text Example
Text Example
White with #CEC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6DF; }
p { color: rgb(206,198,223); }
H1.HeaderClassName
{
color: #CEC6DF;
}
.AnyTagClassName
{
color: #CEC6DF;
}
</style>
background-color css
<style>
a { background-color: #CEC6DF; }
a { background-color: rgb(206,198,223); }
div.DivClassName
{
background-color: #CEC6DF;
}
.BgClassName
{
background-color: #CEC6DF;
}
</style>
border-color css
<style>
span { border-color: #CEC6DF; }
span { border-color: rgb(206,198,223); }
td.TdClassName
{
border-color: #CEC6DF;
}
.TagClassName
{
border-color: #CEC6DF;
}
</style>