Shades of Quartz #DCDEED
Tints of Quartz #DCDEED
RGB
CMYK
RGB Variations
Color information
#DCDEED (or 0xDCDEED) is known color: Quartz. HEX triplet: DC, DE and ED. RGB value is (220,222,237). Sum of RGB (Red+Green+Blue) = 220+222+237=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCDEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEED is #232112. Grayscale: #DFDFDF. Windows color (decimal): -2302227 or 15589084. OLE color: 15589084.
HSL color Cylindrical-coordinate representation of color #DCDEED: hue angle of 232.94º 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 #DCDEED is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 222 | 237 | - |
CMYK | 0.07 | 0.06 | 0 | 0.07 |
HSL | 232.94º | 0.32% | 0.9% | - |
HSV(B) | 232.94º | 0.07% | 0.93% | - |
XYZ | 70.92 | 73.57 | 90.58 | - |
YUV | 223.11 | 135.84 | 125.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 237 | 0.07 | 0.06 | 0 | 0.07 | 232.94 | 0.32 | 0.9 |
Hex | DC | DE | ED | 7 | 6 | 0 | 7 | E9 | 20 | 5A |
Octal | 334 | 336 | 355 | 7 | 6 | 0 | 7 | 351 | 40 | 132 |
Binary | 11011100 | 11011110 | 11101101 | 111 | 110 | 0 | 111 | 11101001 | 100000 | 1011010 |
Color Harmonies of #DCDEED
Complementary color
Monochromatic Colors of #DCDEED
Black with #DCDEED
Text Example
Text Example
White with #DCDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEED; }
p { color: rgb(220,222,237); }
H1.HeaderClassName
{
color: #DCDEED;
}
.AnyTagClassName
{
color: #DCDEED;
}
</style>
background-color css
<style>
a { background-color: #DCDEED; }
a { background-color: rgb(220,222,237); }
div.DivClassName
{
background-color: #DCDEED;
}
.BgClassName
{
background-color: #DCDEED;
}
</style>
border-color css
<style>
span { border-color: #DCDEED; }
span { border-color: rgb(220,222,237); }
td.TdClassName
{
border-color: #DCDEED;
}
.TagClassName
{
border-color: #DCDEED;
}
</style>