Shades of Fog #CEC8DF
Tints of Fog #CEC8DF
RGB
CMYK
RGB Variations
Color information
#CEC8DF (or 0xCEC8DF) is known color: Fog. HEX triplet: CE, C8 and DF. RGB value is (206,200,223). Sum of RGB (Red+Green+Blue) = 206+200+223=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8DF is #313720. Grayscale: #CCCCCC. Windows color (decimal): -3225377 or 14665934. OLE color: 14665934.
HSL color Cylindrical-coordinate representation of color #CEC8DF: hue angle of 255.65º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC8DF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 200 | 223 | - |
CMYK | 0.08 | 0.10 | 0 | 0.13 |
HSL | 255.65º | 0.26% | 0.83% | - |
HSV(B) | 255.65º | 0.1% | 0.87% | - |
XYZ | 59.43 | 59.76 | 78.21 | - |
YUV | 204.42 | 138.49 | 129.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 223 | 0.08 | 0.10 | 0 | 0.13 | 255.65 | 0.26 | 0.83 |
Hex | CE | C8 | DF | 8 | A | 0 | D | 100 | 1A | 53 |
Octal | 316 | 310 | 337 | 10 | 12 | 0 | 15 | 400 | 32 | 123 |
Binary | 11001110 | 11001000 | 11011111 | 1000 | 1010 | 0 | 1101 | 100000000 | 11010 | 1010011 |
Color Harmonies of #CEC8DF
Complementary color
Monochromatic Colors of #CEC8DF
Black with #CEC8DF
Text Example
Text Example
White with #CEC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8DF; }
p { color: rgb(206,200,223); }
H1.HeaderClassName
{
color: #CEC8DF;
}
.AnyTagClassName
{
color: #CEC8DF;
}
</style>
background-color css
<style>
a { background-color: #CEC8DF; }
a { background-color: rgb(206,200,223); }
div.DivClassName
{
background-color: #CEC8DF;
}
.BgClassName
{
background-color: #CEC8DF;
}
</style>
border-color css
<style>
span { border-color: #CEC8DF; }
span { border-color: rgb(206,200,223); }
td.TdClassName
{
border-color: #CEC8DF;
}
.TagClassName
{
border-color: #CEC8DF;
}
</style>