Shades of Blanc #D5CDBC
Tints of Blanc #D5CDBC
RGB
CMYK
RGB Variations
Color information
#D5CDBC (or 0xD5CDBC) is known color: Blanc. HEX triplet: D5, CD and BC. RGB value is (213,205,188). Sum of RGB (Red+Green+Blue) = 213+205+188=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDBC is #2A3243. Grayscale: #CDCDCD. Windows color (decimal): -2765380 or 12373461. OLE color: 12373461.
HSL color Cylindrical-coordinate representation of color #D5CDBC: hue angle of 40.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5CDBC is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 205 | 188 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.16 |
| HSL | 40.8º | 0.23% | 0.79% | - |
| HSV(B) | 40.8º | 0.12% | 0.84% | - |
| XYZ | 58.35 | 61.44 | 56.36 | - |
| YUV | 205.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 188 | 0 | 0.04 | 0.12 | 0.16 | 40.8 | 0.23 | 0.79 |
| Hex | D5 | CD | BC | 0 | 4 | C | 10 | 29 | 17 | 4F |
| Octal | 325 | 315 | 274 | 0 | 4 | 14 | 20 | 51 | 27 | 117 |
| Binary | 11010101 | 11001101 | 10111100 | 0 | 100 | 1100 | 10000 | 101001 | 10111 | 1001111 |
Color Harmonies of #D5CDBC
Complementary color
Monochromatic Colors of #D5CDBC
Black with #D5CDBC
Text Example
Text Example
White with #D5CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDBC; }
p { color: rgb(213,205,188); }
H1.HeaderClassName
{
color: #D5CDBC;
}
.AnyTagClassName
{
color: #D5CDBC;
}
</style>
background-color css
<style>
a { background-color: #D5CDBC; }
a { background-color: rgb(213,205,188); }
div.DivClassName
{
background-color: #D5CDBC;
}
.BgClassName
{
background-color: #D5CDBC;
}
</style>
border-color css
<style>
span { border-color: #D5CDBC; }
span { border-color: rgb(213,205,188); }
td.TdClassName
{
border-color: #D5CDBC;
}
.TagClassName
{
border-color: #D5CDBC;
}
</style>