Shades of Fog #CECAD7
Tints of Fog #CECAD7
RGB
CMYK
RGB Variations
Color information
#CECAD7 (or 0xCECAD7) is known color: Fog. HEX triplet: CE, CA and D7. RGB value is (206,202,215). Sum of RGB (Red+Green+Blue) = 206+202+215=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 215 - color contains mainly: blue. Hex color #CECAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAD7 is #313528. Grayscale: #CCCCCC. Windows color (decimal): -3224873 or 14142158. OLE color: 14142158.
HSL color Cylindrical-coordinate representation of color #CECAD7: hue angle of 258.46º degrees, saturation: 0.14, 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 #CECAD7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 202 | 215 | - |
CMYK | 0.04 | 0.06 | 0 | 0.16 |
HSL | 258.46º | 0.14% | 0.82% | - |
HSV(B) | 258.46º | 0.06% | 0.84% | - |
XYZ | 58.84 | 60.27 | 72.82 | - |
YUV | 204.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 215 | 0.04 | 0.06 | 0 | 0.16 | 258.46 | 0.14 | 0.82 |
Hex | CE | CA | D7 | 4 | 6 | 0 | 10 | 102 | E | 52 |
Octal | 316 | 312 | 327 | 4 | 6 | 0 | 20 | 402 | 16 | 122 |
Binary | 11001110 | 11001010 | 11010111 | 100 | 110 | 0 | 10000 | 100000010 | 1110 | 1010010 |
Color Harmonies of #CECAD7
Complementary color
Monochromatic Colors of #CECAD7
Black with #CECAD7
Text Example
Text Example
White with #CECAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAD7; }
p { color: rgb(206,202,215); }
H1.HeaderClassName
{
color: #CECAD7;
}
.AnyTagClassName
{
color: #CECAD7;
}
</style>
background-color css
<style>
a { background-color: #CECAD7; }
a { background-color: rgb(206,202,215); }
div.DivClassName
{
background-color: #CECAD7;
}
.BgClassName
{
background-color: #CECAD7;
}
</style>
border-color css
<style>
span { border-color: #CECAD7; }
span { border-color: rgb(206,202,215); }
td.TdClassName
{
border-color: #CECAD7;
}
.TagClassName
{
border-color: #CECAD7;
}
</style>