Shades of Quartz #DCD2FE
Tints of Quartz #DCD2FE
RGB
CMYK
RGB Variations
Color information
#DCD2FE (or 0xDCD2FE) is known color: Quartz. HEX triplet: DC, D2 and FE. RGB value is (220,210,254). Sum of RGB (Red+Green+Blue) = 220+210+254=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2FE is #232D01. Grayscale: #D9D9D9. Windows color (decimal): -2305282 or 16700124. OLE color: 16700124.
HSL color Cylindrical-coordinate representation of color #DCD2FE: hue angle of 253.64º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCD2FE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 210 | 254 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.00 |
| HSL | 253.64º | 0.96% | 0.91% | - |
| HSV(B) | 253.64º | 0.17% | 1% | - |
| XYZ | 70.45 | 68.46 | 103.27 | - |
| YUV | 218.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 254 | 0.13 | 0.17 | 0 | 0.00 | 253.64 | 0.96 | 0.91 |
| Hex | DC | D2 | FE | D | 11 | 0 | 0 | FE | 60 | 5B |
| Octal | 334 | 322 | 376 | 15 | 21 | 0 | 0 | 376 | 140 | 133 |
| Binary | 11011100 | 11010010 | 11111110 | 1101 | 10001 | 0 | 0 | 11111110 | 1100000 | 1011011 |
Color Harmonies of #DCD2FE
Complementary color
Monochromatic Colors of #DCD2FE
Black with #DCD2FE
Text Example
Text Example
White with #DCD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2FE; }
p { color: rgb(220,210,254); }
H1.HeaderClassName
{
color: #DCD2FE;
}
.AnyTagClassName
{
color: #DCD2FE;
}
</style>
background-color css
<style>
a { background-color: #DCD2FE; }
a { background-color: rgb(220,210,254); }
div.DivClassName
{
background-color: #DCD2FE;
}
.BgClassName
{
background-color: #DCD2FE;
}
</style>
border-color css
<style>
span { border-color: #DCD2FE; }
span { border-color: rgb(220,210,254); }
td.TdClassName
{
border-color: #DCD2FE;
}
.TagClassName
{
border-color: #DCD2FE;
}
</style>