Shades of Gallery #DAD3CB
Tints of Gallery #DAD3CB
RGB
CMYK
RGB Variations
Color information
#DAD3CB (or 0xDAD3CB) is known color: Gallery. HEX triplet: DA, D3 and CB. RGB value is (218,211,203). Sum of RGB (Red+Green+Blue) = 218+211+203=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3CB is #252C34. Grayscale: #D4D4D4. Windows color (decimal): -2436149 or 13358042. OLE color: 13358042.
HSL color Cylindrical-coordinate representation of color #DAD3CB: hue angle of 32º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAD3CB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 203 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.15 |
| HSL | 32º | 0.17% | 0.83% | - |
| HSV(B) | 32º | 0.07% | 0.85% | - |
| XYZ | 62.99 | 65.81 | 65.88 | - |
| YUV | 212.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 203 | 0 | 0.03 | 0.07 | 0.15 | 32 | 0.17 | 0.83 |
| Hex | DA | D3 | CB | 0 | 3 | 7 | F | 20 | 11 | 53 |
| Octal | 332 | 323 | 313 | 0 | 3 | 7 | 17 | 40 | 21 | 123 |
| Binary | 11011010 | 11010011 | 11001011 | 0 | 11 | 111 | 1111 | 100000 | 10001 | 1010011 |
Color Harmonies of #DAD3CB
Complementary color
Monochromatic Colors of #DAD3CB
Black with #DAD3CB
Text Example
Text Example
White with #DAD3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3CB; }
p { color: rgb(218,211,203); }
H1.HeaderClassName
{
color: #DAD3CB;
}
.AnyTagClassName
{
color: #DAD3CB;
}
</style>
background-color css
<style>
a { background-color: #DAD3CB; }
a { background-color: rgb(218,211,203); }
div.DivClassName
{
background-color: #DAD3CB;
}
.BgClassName
{
background-color: #DAD3CB;
}
</style>
border-color css
<style>
span { border-color: #DAD3CB; }
span { border-color: rgb(218,211,203); }
td.TdClassName
{
border-color: #DAD3CB;
}
.TagClassName
{
border-color: #DAD3CB;
}
</style>