Shades of Fog #CECAD6
Tints of Fog #CECAD6
RGB
CMYK
RGB Variations
Color information
#CECAD6 (or 0xCECAD6) is known color: Fog. HEX triplet: CE, CA and D6. RGB value is (206,202,214). Sum of RGB (Red+Green+Blue) = 206+202+214=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 214 - color contains mainly: blue. Hex color #CECAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAD6 is #313529. Grayscale: #CCCCCC. Windows color (decimal): -3224874 or 14076622. OLE color: 14076622.
HSL color Cylindrical-coordinate representation of color #CECAD6: hue angle of 260º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECAD6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 202 | 214 | - |
CMYK | 0.04 | 0.06 | 0 | 0.16 |
HSL | 260º | 0.13% | 0.82% | - |
HSV(B) | 260º | 0.06% | 0.84% | - |
XYZ | 58.71 | 60.22 | 72.15 | - |
YUV | 204.56 | 133.33 | 129.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 214 | 0.04 | 0.06 | 0 | 0.16 | 260 | 0.13 | 0.82 |
Hex | CE | CA | D6 | 4 | 6 | 0 | 10 | 104 | D | 52 |
Octal | 316 | 312 | 326 | 4 | 6 | 0 | 20 | 404 | 15 | 122 |
Binary | 11001110 | 11001010 | 11010110 | 100 | 110 | 0 | 10000 | 100000100 | 1101 | 1010010 |
Color Harmonies of #CECAD6
Complementary color
Monochromatic Colors of #CECAD6
Black with #CECAD6
Text Example
Text Example
White with #CECAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAD6; }
p { color: rgb(206,202,214); }
H1.HeaderClassName
{
color: #CECAD6;
}
.AnyTagClassName
{
color: #CECAD6;
}
</style>
background-color css
<style>
a { background-color: #CECAD6; }
a { background-color: rgb(206,202,214); }
div.DivClassName
{
background-color: #CECAD6;
}
.BgClassName
{
background-color: #CECAD6;
}
</style>
border-color css
<style>
span { border-color: #CECAD6; }
span { border-color: rgb(206,202,214); }
td.TdClassName
{
border-color: #CECAD6;
}
.TagClassName
{
border-color: #CECAD6;
}
</style>