Shades of Quartz #DCDEEC
Tints of Quartz #DCDEEC
RGB
CMYK
RGB Variations
Color information
#DCDEEC (or 0xDCDEEC) is known color: Quartz. HEX triplet: DC, DE and EC. RGB value is (220,222,236). Sum of RGB (Red+Green+Blue) = 220+222+236=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCDEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEEC is #232113. Grayscale: #DEDEDE. Windows color (decimal): -2302228 or 15523548. OLE color: 15523548.
HSL color Cylindrical-coordinate representation of color #DCDEEC: hue angle of 232.5º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCDEEC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 222 | 236 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.07 |
| HSL | 232.5º | 0.3% | 0.89% | - |
| HSV(B) | 232.5º | 0.07% | 0.93% | - |
| XYZ | 70.78 | 73.51 | 89.82 | - |
| YUV | 223 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 236 | 0.07 | 0.06 | 0 | 0.07 | 232.5 | 0.3 | 0.89 |
| Hex | DC | DE | EC | 7 | 6 | 0 | 7 | E8 | 1E | 59 |
| Octal | 334 | 336 | 354 | 7 | 6 | 0 | 7 | 350 | 36 | 131 |
| Binary | 11011100 | 11011110 | 11101100 | 111 | 110 | 0 | 111 | 11101000 | 11110 | 1011001 |
Color Harmonies of #DCDEEC
Complementary color
Monochromatic Colors of #DCDEEC
Black with #DCDEEC
Text Example
Text Example
White with #DCDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEEC; }
p { color: rgb(220,222,236); }
H1.HeaderClassName
{
color: #DCDEEC;
}
.AnyTagClassName
{
color: #DCDEEC;
}
</style>
background-color css
<style>
a { background-color: #DCDEEC; }
a { background-color: rgb(220,222,236); }
div.DivClassName
{
background-color: #DCDEEC;
}
.BgClassName
{
background-color: #DCDEEC;
}
</style>
border-color css
<style>
span { border-color: #DCDEEC; }
span { border-color: rgb(220,222,236); }
td.TdClassName
{
border-color: #DCDEEC;
}
.TagClassName
{
border-color: #DCDEEC;
}
</style>