Shades of Concrete #CECDC8
Tints of Concrete #CECDC8
RGB
CMYK
RGB Variations
Color information
#CECDC8 (or 0xCECDC8) is known color: Concrete. HEX triplet: CE, CD and C8. RGB value is (206,205,200). Sum of RGB (Red+Green+Blue) = 206+205+200=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDC8 is #313237. Grayscale: #CCCCCC. Windows color (decimal): -3224120 or 13159886. OLE color: 13159886.
HSL color Cylindrical-coordinate representation of color #CECDC8: hue angle of 50º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECDC8 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 205 | 200 | - |
CMYK | 0 | 0.00 | 0.03 | 0.19 |
HSL | 50º | 0.06% | 0.8% | - |
HSV(B) | 50º | 0.03% | 0.81% | - |
XYZ | 57.71 | 60.95 | 63.37 | - |
YUV | 204.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 200 | 0 | 0.00 | 0.03 | 0.19 | 50 | 0.06 | 0.8 |
Hex | CE | CD | C8 | 0 | 0 | 3 | 13 | 32 | 6 | 50 |
Octal | 316 | 315 | 310 | 0 | 0 | 3 | 23 | 62 | 6 | 120 |
Binary | 11001110 | 11001101 | 11001000 | 0 | 0 | 11 | 10011 | 110010 | 110 | 1010000 |
Color Harmonies of #CECDC8
Complementary color
Monochromatic Colors of #CECDC8
Black with #CECDC8
Text Example
Text Example
White with #CECDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDC8; }
p { color: rgb(206,205,200); }
H1.HeaderClassName
{
color: #CECDC8;
}
.AnyTagClassName
{
color: #CECDC8;
}
</style>
background-color css
<style>
a { background-color: #CECDC8; }
a { background-color: rgb(206,205,200); }
div.DivClassName
{
background-color: #CECDC8;
}
.BgClassName
{
background-color: #CECDC8;
}
</style>
border-color css
<style>
span { border-color: #CECDC8; }
span { border-color: rgb(206,205,200); }
td.TdClassName
{
border-color: #CECDC8;
}
.TagClassName
{
border-color: #CECDC8;
}
</style>