Shades of Fog #CEC7DF
Tints of Fog #CEC7DF
RGB
CMYK
RGB Variations
Color information
#CEC7DF (or 0xCEC7DF) is known color: Fog. HEX triplet: CE, C7 and DF. RGB value is (206,199,223). Sum of RGB (Red+Green+Blue) = 206+199+223=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7DF is #313820. Grayscale: #CBCBCB. Windows color (decimal): -3225633 or 14665678. OLE color: 14665678.
HSL color Cylindrical-coordinate representation of color #CEC7DF: hue angle of 257.5º degrees, saturation: 0.27, 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 #CEC7DF is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 199 | 223 | - |
CMYK | 0.08 | 0.11 | 0 | 0.13 |
HSL | 257.5º | 0.27% | 0.83% | - |
HSV(B) | 257.5º | 0.11% | 0.87% | - |
XYZ | 59.2 | 59.3 | 78.14 | - |
YUV | 203.83 | 138.82 | 129.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 223 | 0.08 | 0.11 | 0 | 0.13 | 257.5 | 0.27 | 0.83 |
Hex | CE | C7 | DF | 8 | B | 0 | D | 102 | 1B | 53 |
Octal | 316 | 307 | 337 | 10 | 13 | 0 | 15 | 402 | 33 | 123 |
Binary | 11001110 | 11000111 | 11011111 | 1000 | 1011 | 0 | 1101 | 100000010 | 11011 | 1010011 |
Color Harmonies of #CEC7DF
Complementary color
Monochromatic Colors of #CEC7DF
Black with #CEC7DF
Text Example
Text Example
White with #CEC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7DF; }
p { color: rgb(206,199,223); }
H1.HeaderClassName
{
color: #CEC7DF;
}
.AnyTagClassName
{
color: #CEC7DF;
}
</style>
background-color css
<style>
a { background-color: #CEC7DF; }
a { background-color: rgb(206,199,223); }
div.DivClassName
{
background-color: #CEC7DF;
}
.BgClassName
{
background-color: #CEC7DF;
}
</style>
border-color css
<style>
span { border-color: #CEC7DF; }
span { border-color: rgb(206,199,223); }
td.TdClassName
{
border-color: #CEC7DF;
}
.TagClassName
{
border-color: #CEC7DF;
}
</style>