Shades of Blanc #D5CCBC
Tints of Blanc #D5CCBC
RGB
CMYK
RGB Variations
Color information
#D5CCBC (or 0xD5CCBC) is known color: Blanc. HEX triplet: D5, CC and BC. RGB value is (213,204,188). Sum of RGB (Red+Green+Blue) = 213+204+188=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCBC is #2A3343. Grayscale: #CCCCCC. Windows color (decimal): -2765636 or 12373205. OLE color: 12373205.
HSL color Cylindrical-coordinate representation of color #D5CCBC: hue angle of 38.4º 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 #D5CCBC is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 188 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.16 |
| HSL | 38.4º | 0.23% | 0.79% | - |
| HSV(B) | 38.4º | 0.12% | 0.84% | - |
| XYZ | 58.11 | 60.96 | 56.28 | - |
| YUV | 204.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 188 | 0 | 0.04 | 0.12 | 0.16 | 38.4 | 0.23 | 0.79 |
| Hex | D5 | CC | BC | 0 | 4 | C | 10 | 26 | 17 | 4F |
| Octal | 325 | 314 | 274 | 0 | 4 | 14 | 20 | 46 | 27 | 117 |
| Binary | 11010101 | 11001100 | 10111100 | 0 | 100 | 1100 | 10000 | 100110 | 10111 | 1001111 |
Color Harmonies of #D5CCBC
Complementary color
Monochromatic Colors of #D5CCBC
Black with #D5CCBC
Text Example
Text Example
White with #D5CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCBC; }
p { color: rgb(213,204,188); }
H1.HeaderClassName
{
color: #D5CCBC;
}
.AnyTagClassName
{
color: #D5CCBC;
}
</style>
background-color css
<style>
a { background-color: #D5CCBC; }
a { background-color: rgb(213,204,188); }
div.DivClassName
{
background-color: #D5CCBC;
}
.BgClassName
{
background-color: #D5CCBC;
}
</style>
border-color css
<style>
span { border-color: #D5CCBC; }
span { border-color: rgb(213,204,188); }
td.TdClassName
{
border-color: #D5CCBC;
}
.TagClassName
{
border-color: #D5CCBC;
}
</style>