Shades of Gallery #DAD4CE
Tints of Gallery #DAD4CE
RGB
CMYK
RGB Variations
Color information
#DAD4CE (or 0xDAD4CE) is known color: Gallery. HEX triplet: DA, D4 and CE. RGB value is (218,212,206). Sum of RGB (Red+Green+Blue) = 218+212+206=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4CE is #252B31. Grayscale: #D5D5D5. Windows color (decimal): -2435890 or 13554906. OLE color: 13554906.
HSL color Cylindrical-coordinate representation of color #DAD4CE: hue angle of 30º degrees, saturation: 0.14, 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 #DAD4CE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 212 | 206 | - |
CMYK | 0 | 0.03 | 0.06 | 0.15 |
HSL | 30º | 0.14% | 0.83% | - |
HSV(B) | 30º | 0.06% | 0.85% | - |
XYZ | 63.6 | 66.45 | 67.87 | - |
YUV | 213.11 | 123.99 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 206 | 0 | 0.03 | 0.06 | 0.15 | 30 | 0.14 | 0.83 |
Hex | DA | D4 | CE | 0 | 3 | 6 | F | 1E | E | 53 |
Octal | 332 | 324 | 316 | 0 | 3 | 6 | 17 | 36 | 16 | 123 |
Binary | 11011010 | 11010100 | 11001110 | 0 | 11 | 110 | 1111 | 11110 | 1110 | 1010011 |
Color Harmonies of #DAD4CE
Complementary color
Monochromatic Colors of #DAD4CE
Black with #DAD4CE
Text Example
Text Example
White with #DAD4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4CE; }
p { color: rgb(218,212,206); }
H1.HeaderClassName
{
color: #DAD4CE;
}
.AnyTagClassName
{
color: #DAD4CE;
}
</style>
background-color css
<style>
a { background-color: #DAD4CE; }
a { background-color: rgb(218,212,206); }
div.DivClassName
{
background-color: #DAD4CE;
}
.BgClassName
{
background-color: #DAD4CE;
}
</style>
border-color css
<style>
span { border-color: #DAD4CE; }
span { border-color: rgb(218,212,206); }
td.TdClassName
{
border-color: #DAD4CE;
}
.TagClassName
{
border-color: #DAD4CE;
}
</style>