Shades of Concrete #CECDC9
Tints of Concrete #CECDC9
RGB
CMYK
RGB Variations
Color information
#CECDC9 (or 0xCECDC9) is known color: Concrete. HEX triplet: CE, CD and C9. RGB value is (206,205,201). Sum of RGB (Red+Green+Blue) = 206+205+201=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDC9 is #313236. Grayscale: #CCCCCC. Windows color (decimal): -3224119 or 13225422. OLE color: 13225422.
HSL color Cylindrical-coordinate representation of color #CECDC9: hue angle of 48º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECDC9 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 205 | 201 | - |
CMYK | 0 | 0.00 | 0.02 | 0.19 |
HSL | 48º | 0.05% | 0.8% | - |
HSV(B) | 48º | 0.02% | 0.81% | - |
XYZ | 57.83 | 61 | 63.98 | - |
YUV | 204.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 201 | 0 | 0.00 | 0.02 | 0.19 | 48 | 0.05 | 0.8 |
Hex | CE | CD | C9 | 0 | 0 | 2 | 13 | 30 | 5 | 50 |
Octal | 316 | 315 | 311 | 0 | 0 | 2 | 23 | 60 | 5 | 120 |
Binary | 11001110 | 11001101 | 11001001 | 0 | 0 | 10 | 10011 | 110000 | 101 | 1010000 |
Color Harmonies of #CECDC9
Complementary color
Monochromatic Colors of #CECDC9
Black with #CECDC9
Text Example
Text Example
White with #CECDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDC9; }
p { color: rgb(206,205,201); }
H1.HeaderClassName
{
color: #CECDC9;
}
.AnyTagClassName
{
color: #CECDC9;
}
</style>
background-color css
<style>
a { background-color: #CECDC9; }
a { background-color: rgb(206,205,201); }
div.DivClassName
{
background-color: #CECDC9;
}
.BgClassName
{
background-color: #CECDC9;
}
</style>
border-color css
<style>
span { border-color: #CECDC9; }
span { border-color: rgb(206,205,201); }
td.TdClassName
{
border-color: #CECDC9;
}
.TagClassName
{
border-color: #CECDC9;
}
</style>