Shades of Concrete #D0CFCA
Tints of Concrete #D0CFCA
RGB
CMYK
RGB Variations
Color information
#D0CFCA (or 0xD0CFCA) is known color: Concrete. HEX triplet: D0, CF and CA. RGB value is (208,207,202). Sum of RGB (Red+Green+Blue) = 208+207+202=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFCA is #2F3035. Grayscale: #CECECE. Windows color (decimal): -3092534 or 13291472. OLE color: 13291472.
HSL color Cylindrical-coordinate representation of color #D0CFCA: hue angle of 50º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CFCA is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 207 | 202 | - |
CMYK | 0 | 0.00 | 0.03 | 0.18 |
HSL | 50º | 0.06% | 0.8% | - |
HSV(B) | 50º | 0.03% | 0.82% | - |
XYZ | 58.99 | 62.3 | 64.79 | - |
YUV | 206.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 207 | 202 | 0 | 0.00 | 0.03 | 0.18 | 50 | 0.06 | 0.8 |
Hex | D0 | CF | CA | 0 | 0 | 3 | 12 | 32 | 6 | 50 |
Octal | 320 | 317 | 312 | 0 | 0 | 3 | 22 | 62 | 6 | 120 |
Binary | 11010000 | 11001111 | 11001010 | 0 | 0 | 11 | 10010 | 110010 | 110 | 1010000 |
Color Harmonies of #D0CFCA
Complementary color
Monochromatic Colors of #D0CFCA
Black with #D0CFCA
Text Example
Text Example
White with #D0CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFCA; }
p { color: rgb(208,207,202); }
H1.HeaderClassName
{
color: #D0CFCA;
}
.AnyTagClassName
{
color: #D0CFCA;
}
</style>
background-color css
<style>
a { background-color: #D0CFCA; }
a { background-color: rgb(208,207,202); }
div.DivClassName
{
background-color: #D0CFCA;
}
.BgClassName
{
background-color: #D0CFCA;
}
</style>
border-color css
<style>
span { border-color: #D0CFCA; }
span { border-color: rgb(208,207,202); }
td.TdClassName
{
border-color: #D0CFCA;
}
.TagClassName
{
border-color: #D0CFCA;
}
</style>