Shades of Fog #CECCD1
Tints of Fog #CECCD1
RGB
CMYK
RGB Variations
Color information
#CECCD1 (or 0xCECCD1) is known color: Fog. HEX triplet: CE, CC and D1. RGB value is (206,204,209). Sum of RGB (Red+Green+Blue) = 206+204+209=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 209 - color contains mainly: blue. Hex color #CECCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCD1 is #31332E. Grayscale: #CDCDCD. Windows color (decimal): -3224367 or 13749454. OLE color: 13749454.
HSL color Cylindrical-coordinate representation of color #CECCD1: hue angle of 264º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECCD1 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 204 | 209 | - |
CMYK | 0.01 | 0.02 | 0 | 0.18 |
HSL | 264º | 0.05% | 0.81% | - |
HSV(B) | 264º | 0.02% | 0.82% | - |
XYZ | 58.56 | 60.91 | 68.99 | - |
YUV | 205.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 209 | 0.01 | 0.02 | 0 | 0.18 | 264 | 0.05 | 0.81 |
Hex | CE | CC | D1 | 1 | 2 | 0 | 12 | 108 | 5 | 51 |
Octal | 316 | 314 | 321 | 1 | 2 | 0 | 22 | 410 | 5 | 121 |
Binary | 11001110 | 11001100 | 11010001 | 1 | 10 | 0 | 10010 | 100001000 | 101 | 1010001 |
Color Harmonies of #CECCD1
Complementary color
Monochromatic Colors of #CECCD1
Black with #CECCD1
Text Example
Text Example
White with #CECCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCD1; }
p { color: rgb(206,204,209); }
H1.HeaderClassName
{
color: #CECCD1;
}
.AnyTagClassName
{
color: #CECCD1;
}
</style>
background-color css
<style>
a { background-color: #CECCD1; }
a { background-color: rgb(206,204,209); }
div.DivClassName
{
background-color: #CECCD1;
}
.BgClassName
{
background-color: #CECCD1;
}
</style>
border-color css
<style>
span { border-color: #CECCD1; }
span { border-color: rgb(206,204,209); }
td.TdClassName
{
border-color: #CECCD1;
}
.TagClassName
{
border-color: #CECCD1;
}
</style>