Shades of Quartz #DCD8FA
Tints of Quartz #DCD8FA
RGB
CMYK
RGB Variations
Color information
#DCD8FA (or 0xDCD8FA) is known color: Quartz. HEX triplet: DC, D8 and FA. RGB value is (220,216,250). Sum of RGB (Red+Green+Blue) = 220+216+250=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCD8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8FA is #232705. Grayscale: #DCDCDC. Windows color (decimal): -2303750 or 16439516. OLE color: 16439516.
HSL color Cylindrical-coordinate representation of color #DCD8FA: hue angle of 247.06º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD8FA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 216 | 250 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.02 |
| HSL | 247.06º | 0.77% | 0.91% | - |
| HSV(B) | 247.06º | 0.14% | 0.98% | - |
| XYZ | 71.33 | 71.23 | 100.43 | - |
| YUV | 221.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 250 | 0.12 | 0.14 | 0 | 0.02 | 247.06 | 0.77 | 0.91 |
| Hex | DC | D8 | FA | C | E | 0 | 2 | F7 | 4D | 5B |
| Octal | 334 | 330 | 372 | 14 | 16 | 0 | 2 | 367 | 115 | 133 |
| Binary | 11011100 | 11011000 | 11111010 | 1100 | 1110 | 0 | 10 | 11110111 | 1001101 | 1011011 |
Color Harmonies of #DCD8FA
Complementary color
Monochromatic Colors of #DCD8FA
Black with #DCD8FA
Text Example
Text Example
White with #DCD8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8FA; }
p { color: rgb(220,216,250); }
H1.HeaderClassName
{
color: #DCD8FA;
}
.AnyTagClassName
{
color: #DCD8FA;
}
</style>
background-color css
<style>
a { background-color: #DCD8FA; }
a { background-color: rgb(220,216,250); }
div.DivClassName
{
background-color: #DCD8FA;
}
.BgClassName
{
background-color: #DCD8FA;
}
</style>
border-color css
<style>
span { border-color: #DCD8FA; }
span { border-color: rgb(220,216,250); }
td.TdClassName
{
border-color: #DCD8FA;
}
.TagClassName
{
border-color: #DCD8FA;
}
</style>