Shades of Light Grey #DACCCB
Tints of Light Grey #DACCCB
RGB
CMYK
RGB Variations
Color information
#DACCCB (or 0xDACCCB) is known color: Light Grey. HEX triplet: DA, CC and CB. RGB value is (218,204,203). Sum of RGB (Red+Green+Blue) = 218+204+203=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCCB is #253334. Grayscale: #D0D0D0. Windows color (decimal): -2437941 or 13356250. OLE color: 13356250.
HSL color Cylindrical-coordinate representation of color #DACCCB: hue angle of 4º 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 #DACCCB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 203 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.15 |
| HSL | 4º | 0.17% | 0.83% | - |
| HSV(B) | 4º | 0.07% | 0.85% | - |
| XYZ | 61.29 | 62.4 | 65.31 | - |
| YUV | 208.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 203 | 0 | 0.06 | 0.07 | 0.15 | 4 | 0.17 | 0.83 |
| Hex | DA | CC | CB | 0 | 6 | 7 | F | 4 | 11 | 53 |
| Octal | 332 | 314 | 313 | 0 | 6 | 7 | 17 | 4 | 21 | 123 |
| Binary | 11011010 | 11001100 | 11001011 | 0 | 110 | 111 | 1111 | 100 | 10001 | 1010011 |
Color Harmonies of #DACCCB
Complementary color
Monochromatic Colors of #DACCCB
Black with #DACCCB
Text Example
Text Example
White with #DACCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCCB; }
p { color: rgb(218,204,203); }
H1.HeaderClassName
{
color: #DACCCB;
}
.AnyTagClassName
{
color: #DACCCB;
}
</style>
background-color css
<style>
a { background-color: #DACCCB; }
a { background-color: rgb(218,204,203); }
div.DivClassName
{
background-color: #DACCCB;
}
.BgClassName
{
background-color: #DACCCB;
}
</style>
border-color css
<style>
span { border-color: #DACCCB; }
span { border-color: rgb(218,204,203); }
td.TdClassName
{
border-color: #DACCCB;
}
.TagClassName
{
border-color: #DACCCB;
}
</style>