Shades of Porcelain #DAD9D8
Tints of Porcelain #DAD9D8
RGB
CMYK
RGB Variations
Color information
#DAD9D8 (or 0xDAD9D8) is known color: Porcelain. HEX triplet: DA, D9 and D8. RGB value is (218,217,216). Sum of RGB (Red+Green+Blue) = 218+217+216=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9D8 is #252627. Grayscale: #D9D9D9. Windows color (decimal): -2434600 or 14211546. OLE color: 14211546.
HSL color Cylindrical-coordinate representation of color #DAD9D8: hue angle of 30º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DAD9D8 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 217 | 216 | - |
CMYK | 0 | 0.00 | 0.01 | 0.15 |
HSL | 30º | 0.03% | 0.85% | - |
HSV(B) | 30º | 0.01% | 0.85% | - |
XYZ | 66.12 | 69.49 | 74.89 | - |
YUV | 217.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 216 | 0 | 0.00 | 0.01 | 0.15 | 30 | 0.03 | 0.85 |
Hex | DA | D9 | D8 | 0 | 0 | 1 | F | 1E | 3 | 55 |
Octal | 332 | 331 | 330 | 0 | 0 | 1 | 17 | 36 | 3 | 125 |
Binary | 11011010 | 11011001 | 11011000 | 0 | 0 | 1 | 1111 | 11110 | 11 | 1010101 |
Color Harmonies of #DAD9D8
Complementary color
Monochromatic Colors of #DAD9D8
Black with #DAD9D8
Text Example
Text Example
White with #DAD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9D8; }
p { color: rgb(218,217,216); }
H1.HeaderClassName
{
color: #DAD9D8;
}
.AnyTagClassName
{
color: #DAD9D8;
}
</style>
background-color css
<style>
a { background-color: #DAD9D8; }
a { background-color: rgb(218,217,216); }
div.DivClassName
{
background-color: #DAD9D8;
}
.BgClassName
{
background-color: #DAD9D8;
}
</style>
border-color css
<style>
span { border-color: #DAD9D8; }
span { border-color: rgb(218,217,216); }
td.TdClassName
{
border-color: #DAD9D8;
}
.TagClassName
{
border-color: #DAD9D8;
}
</style>