Shades of Quartz #DCD2FF
Tints of Quartz #DCD2FF
RGB
CMYK
RGB Variations
Color information
#DCD2FF (or 0xDCD2FF) is known color: Quartz. HEX triplet: DC, D2 and FF. RGB value is (220,210,255). Sum of RGB (Red+Green+Blue) = 220+210+255=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2FF is #232D00. Grayscale: #D9D9D9. Windows color (decimal): -2305281 or 16765660. OLE color: 16765660.
HSL color Cylindrical-coordinate representation of color #DCD2FF: hue angle of 253.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCD2FF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 210 | 255 | - |
| CMYK | 0.14 | 0.18 | 0 | 0 |
| HSL | 253.33º | 1% | 0.91% | - |
| HSV(B) | 253.33º | 0.18% | 1% | - |
| XYZ | 70.61 | 68.53 | 104.11 | - |
| YUV | 218.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 255 | 0.14 | 0.18 | 0 | 0 | 253.33 | 1 | 0.91 |
| Hex | DC | D2 | FF | E | 12 | 0 | 0 | FD | 64 | 5B |
| Octal | 334 | 322 | 377 | 16 | 22 | 0 | 0 | 375 | 144 | 133 |
| Binary | 11011100 | 11010010 | 11111111 | 1110 | 10010 | 0 | 0 | 11111101 | 1100100 | 1011011 |
Color Harmonies of #DCD2FF
Complementary color
Monochromatic Colors of #DCD2FF
Black with #DCD2FF
Text Example
Text Example
White with #DCD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2FF; }
p { color: rgb(220,210,255); }
H1.HeaderClassName
{
color: #DCD2FF;
}
.AnyTagClassName
{
color: #DCD2FF;
}
</style>
background-color css
<style>
a { background-color: #DCD2FF; }
a { background-color: rgb(220,210,255); }
div.DivClassName
{
background-color: #DCD2FF;
}
.BgClassName
{
background-color: #DCD2FF;
}
</style>
border-color css
<style>
span { border-color: #DCD2FF; }
span { border-color: rgb(220,210,255); }
td.TdClassName
{
border-color: #DCD2FF;
}
.TagClassName
{
border-color: #DCD2FF;
}
</style>