Shades of Fog #CEC0DF
Tints of Fog #CEC0DF
RGB
CMYK
RGB Variations
Color information
#CEC0DF (or 0xCEC0DF) is known color: Fog. HEX triplet: CE, C0 and DF. RGB value is (206,192,223). Sum of RGB (Red+Green+Blue) = 206+192+223=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0DF is #313F20. Grayscale: #C7C7C7. Windows color (decimal): -3227425 or 14663886. OLE color: 14663886.
HSL color Cylindrical-coordinate representation of color #CEC0DF: hue angle of 267.1º 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 #CEC0DF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 192 | 223 | - |
CMYK | 0.08 | 0.14 | 0 | 0.13 |
HSL | 267.1º | 0.33% | 0.81% | - |
HSV(B) | 267.1º | 0.14% | 0.87% | - |
XYZ | 57.62 | 56.15 | 77.61 | - |
YUV | 199.72 | 141.14 | 132.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 223 | 0.08 | 0.14 | 0 | 0.13 | 267.1 | 0.33 | 0.81 |
Hex | CE | C0 | DF | 8 | E | 0 | D | 10B | 21 | 51 |
Octal | 316 | 300 | 337 | 10 | 16 | 0 | 15 | 413 | 41 | 121 |
Binary | 11001110 | 11000000 | 11011111 | 1000 | 1110 | 0 | 1101 | 100001011 | 100001 | 1010001 |
Color Harmonies of #CEC0DF
Complementary color
Monochromatic Colors of #CEC0DF
Black with #CEC0DF
Text Example
Text Example
White with #CEC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0DF; }
p { color: rgb(206,192,223); }
H1.HeaderClassName
{
color: #CEC0DF;
}
.AnyTagClassName
{
color: #CEC0DF;
}
</style>
background-color css
<style>
a { background-color: #CEC0DF; }
a { background-color: rgb(206,192,223); }
div.DivClassName
{
background-color: #CEC0DF;
}
.BgClassName
{
background-color: #CEC0DF;
}
</style>
border-color css
<style>
span { border-color: #CEC0DF; }
span { border-color: rgb(206,192,223); }
td.TdClassName
{
border-color: #CEC0DF;
}
.TagClassName
{
border-color: #CEC0DF;
}
</style>