Shades of Quartz #DCDDED
Tints of Quartz #DCDDED
RGB
CMYK
RGB Variations
Color information
#DCDDED (or 0xDCDDED) is known color: Quartz. HEX triplet: DC, DD and ED. RGB value is (220,221,237). Sum of RGB (Red+Green+Blue) = 220+221+237=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDED is #232212. Grayscale: #DEDEDE. Windows color (decimal): -2302483 or 15588828. OLE color: 15588828.
HSL color Cylindrical-coordinate representation of color #DCDDED: hue angle of 236.47º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCDDED is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 221 | 237 | - |
CMYK | 0.07 | 0.07 | 0 | 0.07 |
HSL | 236.47º | 0.32% | 0.9% | - |
HSV(B) | 236.47º | 0.07% | 0.93% | - |
XYZ | 70.66 | 73.04 | 90.5 | - |
YUV | 222.53 | 136.17 | 126.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 237 | 0.07 | 0.07 | 0 | 0.07 | 236.47 | 0.32 | 0.9 |
Hex | DC | DD | ED | 7 | 7 | 0 | 7 | EC | 20 | 5A |
Octal | 334 | 335 | 355 | 7 | 7 | 0 | 7 | 354 | 40 | 132 |
Binary | 11011100 | 11011101 | 11101101 | 111 | 111 | 0 | 111 | 11101100 | 100000 | 1011010 |
Color Harmonies of #DCDDED
Complementary color
Monochromatic Colors of #DCDDED
Black with #DCDDED
Text Example
Text Example
White with #DCDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDED; }
p { color: rgb(220,221,237); }
H1.HeaderClassName
{
color: #DCDDED;
}
.AnyTagClassName
{
color: #DCDDED;
}
</style>
background-color css
<style>
a { background-color: #DCDDED; }
a { background-color: rgb(220,221,237); }
div.DivClassName
{
background-color: #DCDDED;
}
.BgClassName
{
background-color: #DCDDED;
}
</style>
border-color css
<style>
span { border-color: #DCDDED; }
span { border-color: rgb(220,221,237); }
td.TdClassName
{
border-color: #DCDDED;
}
.TagClassName
{
border-color: #DCDDED;
}
</style>