Shades of Quartz #DCD2FD
Tints of Quartz #DCD2FD
RGB
CMYK
RGB Variations
Color information
#DCD2FD (or 0xDCD2FD) is known color: Quartz. HEX triplet: DC, D2 and FD. RGB value is (220,210,253). Sum of RGB (Red+Green+Blue) = 220+210+253=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2FD is #232D02. Grayscale: #D9D9D9. Windows color (decimal): -2305283 or 16634588. OLE color: 16634588.
HSL color Cylindrical-coordinate representation of color #DCD2FD: hue angle of 253.95º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCD2FD is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 210 | 253 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.01 |
| HSL | 253.95º | 0.91% | 0.91% | - |
| HSV(B) | 253.95º | 0.17% | 0.99% | - |
| XYZ | 70.29 | 68.4 | 102.43 | - |
| YUV | 217.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 253 | 0.13 | 0.17 | 0 | 0.01 | 253.95 | 0.91 | 0.91 |
| Hex | DC | D2 | FD | D | 11 | 0 | 1 | FE | 5B | 5B |
| Octal | 334 | 322 | 375 | 15 | 21 | 0 | 1 | 376 | 133 | 133 |
| Binary | 11011100 | 11010010 | 11111101 | 1101 | 10001 | 0 | 1 | 11111110 | 1011011 | 1011011 |
Color Harmonies of #DCD2FD
Complementary color
Monochromatic Colors of #DCD2FD
Black with #DCD2FD
Text Example
Text Example
White with #DCD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2FD; }
p { color: rgb(220,210,253); }
H1.HeaderClassName
{
color: #DCD2FD;
}
.AnyTagClassName
{
color: #DCD2FD;
}
</style>
background-color css
<style>
a { background-color: #DCD2FD; }
a { background-color: rgb(220,210,253); }
div.DivClassName
{
background-color: #DCD2FD;
}
.BgClassName
{
background-color: #DCD2FD;
}
</style>
border-color css
<style>
span { border-color: #DCD2FD; }
span { border-color: rgb(220,210,253); }
td.TdClassName
{
border-color: #DCD2FD;
}
.TagClassName
{
border-color: #DCD2FD;
}
</style>