Shades of Quartz #DCDEFD
Tints of Quartz #DCDEFD
RGB
CMYK
RGB Variations
Color information
#DCDEFD (or 0xDCDEFD) is known color: Quartz. HEX triplet: DC, DE and FD. RGB value is (220,222,253). Sum of RGB (Red+Green+Blue) = 220+222+253=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEFD is #232102. Grayscale: #E0E0E0. Windows color (decimal): -2302211 or 16637660. OLE color: 16637660.
HSL color Cylindrical-coordinate representation of color #DCDEFD: hue angle of 236.36º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDEFD is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 222 | 253 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.01 |
| HSL | 236.36º | 0.89% | 0.93% | - |
| HSV(B) | 236.36º | 0.13% | 0.99% | - |
| XYZ | 73.37 | 74.55 | 103.45 | - |
| YUV | 224.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 253 | 0.13 | 0.12 | 0 | 0.01 | 236.36 | 0.89 | 0.93 |
| Hex | DC | DE | FD | D | C | 0 | 1 | EC | 59 | 5D |
| Octal | 334 | 336 | 375 | 15 | 14 | 0 | 1 | 354 | 131 | 135 |
| Binary | 11011100 | 11011110 | 11111101 | 1101 | 1100 | 0 | 1 | 11101100 | 1011001 | 1011101 |
Color Harmonies of #DCDEFD
Complementary color
Monochromatic Colors of #DCDEFD
Black with #DCDEFD
Text Example
Text Example
White with #DCDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEFD; }
p { color: rgb(220,222,253); }
H1.HeaderClassName
{
color: #DCDEFD;
}
.AnyTagClassName
{
color: #DCDEFD;
}
</style>
background-color css
<style>
a { background-color: #DCDEFD; }
a { background-color: rgb(220,222,253); }
div.DivClassName
{
background-color: #DCDEFD;
}
.BgClassName
{
background-color: #DCDEFD;
}
</style>
border-color css
<style>
span { border-color: #DCDEFD; }
span { border-color: rgb(220,222,253); }
td.TdClassName
{
border-color: #DCDEFD;
}
.TagClassName
{
border-color: #DCDEFD;
}
</style>