Shades of Gallery #DFDAD3
Tints of Gallery #DFDAD3
RGB
CMYK
RGB Variations
Color information
#DFDAD3 (or 0xDFDAD3) is known color: Gallery. HEX triplet: DF, DA and D3. RGB value is (223,218,211). Sum of RGB (Red+Green+Blue) = 223+218+211=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAD3 is #20252C. Grayscale: #DADADA. Windows color (decimal): -2106669 or 13884127. OLE color: 13884127.
HSL color Cylindrical-coordinate representation of color #DFDAD3: hue angle of 35º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDAD3 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 218 | 211 | - |
CMYK | 0 | 0.02 | 0.05 | 0.13 |
HSL | 35º | 0.16% | 0.85% | - |
HSV(B) | 35º | 0.05% | 0.87% | - |
XYZ | 67.26 | 70.53 | 71.7 | - |
YUV | 218.7 | 123.66 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 211 | 0 | 0.02 | 0.05 | 0.13 | 35 | 0.16 | 0.85 |
Hex | DF | DA | D3 | 0 | 2 | 5 | D | 23 | 10 | 55 |
Octal | 337 | 332 | 323 | 0 | 2 | 5 | 15 | 43 | 20 | 125 |
Binary | 11011111 | 11011010 | 11010011 | 0 | 10 | 101 | 1101 | 100011 | 10000 | 1010101 |
Color Harmonies of #DFDAD3
Complementary color
Monochromatic Colors of #DFDAD3
Black with #DFDAD3
Text Example
Text Example
White with #DFDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAD3; }
p { color: rgb(223,218,211); }
H1.HeaderClassName
{
color: #DFDAD3;
}
.AnyTagClassName
{
color: #DFDAD3;
}
</style>
background-color css
<style>
a { background-color: #DFDAD3; }
a { background-color: rgb(223,218,211); }
div.DivClassName
{
background-color: #DFDAD3;
}
.BgClassName
{
background-color: #DFDAD3;
}
</style>
border-color css
<style>
span { border-color: #DFDAD3; }
span { border-color: rgb(223,218,211); }
td.TdClassName
{
border-color: #DFDAD3;
}
.TagClassName
{
border-color: #DFDAD3;
}
</style>