Shades of Quartz #DCD4F8
Tints of Quartz #DCD4F8
RGB
CMYK
RGB Variations
Color information
#DCD4F8 (or 0xDCD4F8) is known color: Quartz. HEX triplet: DC, D4 and F8. RGB value is (220,212,248). Sum of RGB (Red+Green+Blue) = 220+212+248=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 248 (97.27% from 255 or 36.47% from 680); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCD4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD4F8 is #232B07. Grayscale: #DADADA. Windows color (decimal): -2304776 or 16307420. OLE color: 16307420.
HSL color Cylindrical-coordinate representation of color #DCD4F8: hue angle of 253.33º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCD4F8 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 212 | 248 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.03 |
| HSL | 253.33º | 0.72% | 0.9% | - |
| HSV(B) | 253.33º | 0.15% | 0.97% | - |
| XYZ | 70 | 69.08 | 98.45 | - |
| YUV | 218.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 248 | 0.11 | 0.15 | 0 | 0.03 | 253.33 | 0.72 | 0.9 |
| Hex | DC | D4 | F8 | B | F | 0 | 3 | FD | 48 | 5A |
| Octal | 334 | 324 | 370 | 13 | 17 | 0 | 3 | 375 | 110 | 132 |
| Binary | 11011100 | 11010100 | 11111000 | 1011 | 1111 | 0 | 11 | 11111101 | 1001000 | 1011010 |
Color Harmonies of #DCD4F8
Complementary color
Monochromatic Colors of #DCD4F8
Black with #DCD4F8
Text Example
Text Example
White with #DCD4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4F8; }
p { color: rgb(220,212,248); }
H1.HeaderClassName
{
color: #DCD4F8;
}
.AnyTagClassName
{
color: #DCD4F8;
}
</style>
background-color css
<style>
a { background-color: #DCD4F8; }
a { background-color: rgb(220,212,248); }
div.DivClassName
{
background-color: #DCD4F8;
}
.BgClassName
{
background-color: #DCD4F8;
}
</style>
border-color css
<style>
span { border-color: #DCD4F8; }
span { border-color: rgb(220,212,248); }
td.TdClassName
{
border-color: #DCD4F8;
}
.TagClassName
{
border-color: #DCD4F8;
}
</style>