Shades of Concrete #D5D4CF
Tints of Concrete #D5D4CF
RGB
CMYK
RGB Variations
Color information
#D5D4CF (or 0xD5D4CF) is known color: Concrete. HEX triplet: D5, D4 and CF. RGB value is (213,212,207). Sum of RGB (Red+Green+Blue) = 213+212+207=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4CF is #2A2B30. Grayscale: #D3D3D3. Windows color (decimal): -2763569 or 13620437. OLE color: 13620437.
HSL color Cylindrical-coordinate representation of color #D5D4CF: hue angle of 50º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5D4CF is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 212 | 207 | - |
CMYK | 0 | 0.00 | 0.03 | 0.16 |
HSL | 50º | 0.07% | 0.82% | - |
HSV(B) | 50º | 0.03% | 0.84% | - |
XYZ | 62.25 | 65.74 | 68.44 | - |
YUV | 211.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 212 | 207 | 0 | 0.00 | 0.03 | 0.16 | 50 | 0.07 | 0.82 |
Hex | D5 | D4 | CF | 0 | 0 | 3 | 10 | 32 | 7 | 52 |
Octal | 325 | 324 | 317 | 0 | 0 | 3 | 20 | 62 | 7 | 122 |
Binary | 11010101 | 11010100 | 11001111 | 0 | 0 | 11 | 10000 | 110010 | 111 | 1010010 |
Color Harmonies of #D5D4CF
Complementary color
Monochromatic Colors of #D5D4CF
Black with #D5D4CF
Text Example
Text Example
White with #D5D4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D4CF; }
p { color: rgb(213,212,207); }
H1.HeaderClassName
{
color: #D5D4CF;
}
.AnyTagClassName
{
color: #D5D4CF;
}
</style>
background-color css
<style>
a { background-color: #D5D4CF; }
a { background-color: rgb(213,212,207); }
div.DivClassName
{
background-color: #D5D4CF;
}
.BgClassName
{
background-color: #D5D4CF;
}
</style>
border-color css
<style>
span { border-color: #D5D4CF; }
span { border-color: rgb(213,212,207); }
td.TdClassName
{
border-color: #D5D4CF;
}
.TagClassName
{
border-color: #D5D4CF;
}
</style>