Shades of Fog #CECAD5
Tints of Fog #CECAD5
RGB
CMYK
RGB Variations
Color information
#CECAD5 (or 0xCECAD5) is known color: Fog. HEX triplet: CE, CA and D5. RGB value is (206,202,213). Sum of RGB (Red+Green+Blue) = 206+202+213=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 213 - color contains mainly: blue. Hex color #CECAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAD5 is #31352A. Grayscale: #CCCCCC. Windows color (decimal): -3224875 or 14011086. OLE color: 14011086.
HSL color Cylindrical-coordinate representation of color #CECAD5: hue angle of 261.82º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CECAD5 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 202 | 213 | - |
CMYK | 0.03 | 0.05 | 0 | 0.16 |
HSL | 261.82º | 0.12% | 0.81% | - |
HSV(B) | 261.82º | 0.05% | 0.84% | - |
XYZ | 58.58 | 60.17 | 71.48 | - |
YUV | 204.45 | 132.83 | 129.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 213 | 0.03 | 0.05 | 0 | 0.16 | 261.82 | 0.12 | 0.81 |
Hex | CE | CA | D5 | 3 | 5 | 0 | 10 | 106 | C | 51 |
Octal | 316 | 312 | 325 | 3 | 5 | 0 | 20 | 406 | 14 | 121 |
Binary | 11001110 | 11001010 | 11010101 | 11 | 101 | 0 | 10000 | 100000110 | 1100 | 1010001 |
Color Harmonies of #CECAD5
Complementary color
Monochromatic Colors of #CECAD5
Black with #CECAD5
Text Example
Text Example
White with #CECAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAD5; }
p { color: rgb(206,202,213); }
H1.HeaderClassName
{
color: #CECAD5;
}
.AnyTagClassName
{
color: #CECAD5;
}
</style>
background-color css
<style>
a { background-color: #CECAD5; }
a { background-color: rgb(206,202,213); }
div.DivClassName
{
background-color: #CECAD5;
}
.BgClassName
{
background-color: #CECAD5;
}
</style>
border-color css
<style>
span { border-color: #CECAD5; }
span { border-color: rgb(206,202,213); }
td.TdClassName
{
border-color: #CECAD5;
}
.TagClassName
{
border-color: #CECAD5;
}
</style>