Shades of Quartz #DCDDE4
Tints of Quartz #DCDDE4
RGB
CMYK
RGB Variations
Color information
#DCDDE4 (or 0xDCDDE4) is known color: Quartz. HEX triplet: DC, DD and E4. RGB value is (220,221,228). Sum of RGB (Red+Green+Blue) = 220+221+228=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDE4 is #23221B. Grayscale: #DDDDDD. Windows color (decimal): -2302492 or 14999004. OLE color: 14999004.
HSL color Cylindrical-coordinate representation of color #DCDDE4: hue angle of 232.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDDE4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 221 | 228 | - |
CMYK | 0.04 | 0.03 | 0 | 0.11 |
HSL | 232.5º | 0.13% | 0.88% | - |
HSV(B) | 232.5º | 0.04% | 0.89% | - |
XYZ | 69.38 | 72.53 | 83.74 | - |
YUV | 221.5 | 131.67 | 126.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 228 | 0.04 | 0.03 | 0 | 0.11 | 232.5 | 0.13 | 0.88 |
Hex | DC | DD | E4 | 4 | 3 | 0 | B | E8 | D | 58 |
Octal | 334 | 335 | 344 | 4 | 3 | 0 | 13 | 350 | 15 | 130 |
Binary | 11011100 | 11011101 | 11100100 | 100 | 11 | 0 | 1011 | 11101000 | 1101 | 1011000 |
Color Harmonies of #DCDDE4
Complementary color
Monochromatic Colors of #DCDDE4
Black with #DCDDE4
Text Example
Text Example
White with #DCDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDE4; }
p { color: rgb(220,221,228); }
H1.HeaderClassName
{
color: #DCDDE4;
}
.AnyTagClassName
{
color: #DCDDE4;
}
</style>
background-color css
<style>
a { background-color: #DCDDE4; }
a { background-color: rgb(220,221,228); }
div.DivClassName
{
background-color: #DCDDE4;
}
.BgClassName
{
background-color: #DCDDE4;
}
</style>
border-color css
<style>
span { border-color: #DCDDE4; }
span { border-color: rgb(220,221,228); }
td.TdClassName
{
border-color: #DCDDE4;
}
.TagClassName
{
border-color: #DCDDE4;
}
</style>