Shades of Quartz #DCD8FE
Tints of Quartz #DCD8FE
RGB
CMYK
RGB Variations
Color information
#DCD8FE (or 0xDCD8FE) is known color: Quartz. HEX triplet: DC, D8 and FE. RGB value is (220,216,254). Sum of RGB (Red+Green+Blue) = 220+216+254=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCD8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8FE is #232701. Grayscale: #DDDDDD. Windows color (decimal): -2303746 or 16701660. OLE color: 16701660.
HSL color Cylindrical-coordinate representation of color #DCD8FE: hue angle of 246.32º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCD8FE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 216 | 254 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.00 |
| HSL | 246.32º | 0.95% | 0.92% | - |
| HSV(B) | 246.32º | 0.15% | 1% | - |
| XYZ | 71.96 | 71.48 | 103.77 | - |
| YUV | 221.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 254 | 0.13 | 0.15 | 0 | 0.00 | 246.32 | 0.95 | 0.92 |
| Hex | DC | D8 | FE | D | F | 0 | 0 | F6 | 5F | 5C |
| Octal | 334 | 330 | 376 | 15 | 17 | 0 | 0 | 366 | 137 | 134 |
| Binary | 11011100 | 11011000 | 11111110 | 1101 | 1111 | 0 | 0 | 11110110 | 1011111 | 1011100 |
Color Harmonies of #DCD8FE
Complementary color
Monochromatic Colors of #DCD8FE
Black with #DCD8FE
Text Example
Text Example
White with #DCD8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8FE; }
p { color: rgb(220,216,254); }
H1.HeaderClassName
{
color: #DCD8FE;
}
.AnyTagClassName
{
color: #DCD8FE;
}
</style>
background-color css
<style>
a { background-color: #DCD8FE; }
a { background-color: rgb(220,216,254); }
div.DivClassName
{
background-color: #DCD8FE;
}
.BgClassName
{
background-color: #DCD8FE;
}
</style>
border-color css
<style>
span { border-color: #DCD8FE; }
span { border-color: rgb(220,216,254); }
td.TdClassName
{
border-color: #DCD8FE;
}
.TagClassName
{
border-color: #DCD8FE;
}
</style>