Shades of Gallery #DAD3CC
Tints of Gallery #DAD3CC
RGB
CMYK
RGB Variations
Color information
#DAD3CC (or 0xDAD3CC) is known color: Gallery. HEX triplet: DA, D3 and CC. RGB value is (218,211,204). Sum of RGB (Red+Green+Blue) = 218+211+204=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3CC is #252C33. Grayscale: #D4D4D4. Windows color (decimal): -2436148 or 13423578. OLE color: 13423578.
HSL color Cylindrical-coordinate representation of color #DAD3CC: hue angle of 30º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAD3CC is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 204 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.15 |
| HSL | 30º | 0.16% | 0.83% | - |
| HSV(B) | 30º | 0.06% | 0.85% | - |
| XYZ | 63.11 | 65.85 | 66.51 | - |
| YUV | 212.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 204 | 0 | 0.03 | 0.06 | 0.15 | 30 | 0.16 | 0.83 |
| Hex | DA | D3 | CC | 0 | 3 | 6 | F | 1E | 10 | 53 |
| Octal | 332 | 323 | 314 | 0 | 3 | 6 | 17 | 36 | 20 | 123 |
| Binary | 11011010 | 11010011 | 11001100 | 0 | 11 | 110 | 1111 | 11110 | 10000 | 1010011 |
Color Harmonies of #DAD3CC
Complementary color
Monochromatic Colors of #DAD3CC
Black with #DAD3CC
Text Example
Text Example
White with #DAD3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3CC; }
p { color: rgb(218,211,204); }
H1.HeaderClassName
{
color: #DAD3CC;
}
.AnyTagClassName
{
color: #DAD3CC;
}
</style>
background-color css
<style>
a { background-color: #DAD3CC; }
a { background-color: rgb(218,211,204); }
div.DivClassName
{
background-color: #DAD3CC;
}
.BgClassName
{
background-color: #DAD3CC;
}
</style>
border-color css
<style>
span { border-color: #DAD3CC; }
span { border-color: rgb(218,211,204); }
td.TdClassName
{
border-color: #DAD3CC;
}
.TagClassName
{
border-color: #DAD3CC;
}
</style>