Shades of Quartz #DCD4FD
Tints of Quartz #DCD4FD
RGB
CMYK
RGB Variations
Color information
#DCD4FD (or 0xDCD4FD) is known color: Quartz. HEX triplet: DC, D4 and FD. RGB value is (220,212,253). Sum of RGB (Red+Green+Blue) = 220+212+253=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD4FD is #232B02. Grayscale: #DADADA. Windows color (decimal): -2304771 or 16635100. OLE color: 16635100.
HSL color Cylindrical-coordinate representation of color #DCD4FD: hue angle of 251.71º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD4FD is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 212 | 253 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.01 |
| HSL | 251.71º | 0.91% | 0.91% | - |
| HSV(B) | 251.71º | 0.16% | 0.99% | - |
| XYZ | 70.79 | 69.39 | 102.59 | - |
| YUV | 219.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 253 | 0.13 | 0.16 | 0 | 0.01 | 251.71 | 0.91 | 0.91 |
| Hex | DC | D4 | FD | D | 10 | 0 | 1 | FC | 5B | 5B |
| Octal | 334 | 324 | 375 | 15 | 20 | 0 | 1 | 374 | 133 | 133 |
| Binary | 11011100 | 11010100 | 11111101 | 1101 | 10000 | 0 | 1 | 11111100 | 1011011 | 1011011 |
Color Harmonies of #DCD4FD
Complementary color
Monochromatic Colors of #DCD4FD
Black with #DCD4FD
Text Example
Text Example
White with #DCD4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4FD; }
p { color: rgb(220,212,253); }
H1.HeaderClassName
{
color: #DCD4FD;
}
.AnyTagClassName
{
color: #DCD4FD;
}
</style>
background-color css
<style>
a { background-color: #DCD4FD; }
a { background-color: rgb(220,212,253); }
div.DivClassName
{
background-color: #DCD4FD;
}
.BgClassName
{
background-color: #DCD4FD;
}
</style>
border-color css
<style>
span { border-color: #DCD4FD; }
span { border-color: rgb(220,212,253); }
td.TdClassName
{
border-color: #DCD4FD;
}
.TagClassName
{
border-color: #DCD4FD;
}
</style>