Shades of Fog #CEC3DF
Tints of Fog #CEC3DF
RGB
CMYK
RGB Variations
Color information
#CEC3DF (or 0xCEC3DF) is known color: Fog. HEX triplet: CE, C3 and DF. RGB value is (206,195,223). Sum of RGB (Red+Green+Blue) = 206+195+223=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3DF is #313C20. Grayscale: #C9C9C9. Windows color (decimal): -3226657 or 14664654. OLE color: 14664654.
HSL color Cylindrical-coordinate representation of color #CEC3DF: hue angle of 263.57º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC3DF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 195 | 223 | - |
CMYK | 0.08 | 0.13 | 0 | 0.13 |
HSL | 263.57º | 0.3% | 0.82% | - |
HSV(B) | 263.57º | 0.13% | 0.87% | - |
XYZ | 58.29 | 57.48 | 77.83 | - |
YUV | 201.48 | 140.14 | 131.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 223 | 0.08 | 0.13 | 0 | 0.13 | 263.57 | 0.3 | 0.82 |
Hex | CE | C3 | DF | 8 | D | 0 | D | 108 | 1E | 52 |
Octal | 316 | 303 | 337 | 10 | 15 | 0 | 15 | 410 | 36 | 122 |
Binary | 11001110 | 11000011 | 11011111 | 1000 | 1101 | 0 | 1101 | 100001000 | 11110 | 1010010 |
Color Harmonies of #CEC3DF
Complementary color
Monochromatic Colors of #CEC3DF
Black with #CEC3DF
Text Example
Text Example
White with #CEC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3DF; }
p { color: rgb(206,195,223); }
H1.HeaderClassName
{
color: #CEC3DF;
}
.AnyTagClassName
{
color: #CEC3DF;
}
</style>
background-color css
<style>
a { background-color: #CEC3DF; }
a { background-color: rgb(206,195,223); }
div.DivClassName
{
background-color: #CEC3DF;
}
.BgClassName
{
background-color: #CEC3DF;
}
</style>
border-color css
<style>
span { border-color: #CEC3DF; }
span { border-color: rgb(206,195,223); }
td.TdClassName
{
border-color: #CEC3DF;
}
.TagClassName
{
border-color: #CEC3DF;
}
</style>