Shades of Quartz #DCD4F9
Tints of Quartz #DCD4F9
RGB
CMYK
RGB Variations
Color information
#DCD4F9 (or 0xDCD4F9) is known color: Quartz. HEX triplet: DC, D4 and F9. RGB value is (220,212,249). Sum of RGB (Red+Green+Blue) = 220+212+249=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCD4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD4F9 is #232B06. Grayscale: #DADADA. Windows color (decimal): -2304775 or 16372956. OLE color: 16372956.
HSL color Cylindrical-coordinate representation of color #DCD4F9: hue angle of 252.97º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCD4F9 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 212 | 249 | - |
CMYK | 0.12 | 0.15 | 0 | 0.02 |
HSL | 252.97º | 0.76% | 0.9% | - |
HSV(B) | 252.97º | 0.15% | 0.98% | - |
XYZ | 70.16 | 69.14 | 99.27 | - |
YUV | 218.61 | 145.15 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 212 | 249 | 0.12 | 0.15 | 0 | 0.02 | 252.97 | 0.76 | 0.9 |
Hex | DC | D4 | F9 | C | F | 0 | 2 | FD | 4C | 5A |
Octal | 334 | 324 | 371 | 14 | 17 | 0 | 2 | 375 | 114 | 132 |
Binary | 11011100 | 11010100 | 11111001 | 1100 | 1111 | 0 | 10 | 11111101 | 1001100 | 1011010 |
Color Harmonies of #DCD4F9
Complementary color
Monochromatic Colors of #DCD4F9
Black with #DCD4F9
Text Example
Text Example
White with #DCD4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4F9; }
p { color: rgb(220,212,249); }
H1.HeaderClassName
{
color: #DCD4F9;
}
.AnyTagClassName
{
color: #DCD4F9;
}
</style>
background-color css
<style>
a { background-color: #DCD4F9; }
a { background-color: rgb(220,212,249); }
div.DivClassName
{
background-color: #DCD4F9;
}
.BgClassName
{
background-color: #DCD4F9;
}
</style>
border-color css
<style>
span { border-color: #DCD4F9; }
span { border-color: rgb(220,212,249); }
td.TdClassName
{
border-color: #DCD4F9;
}
.TagClassName
{
border-color: #DCD4F9;
}
</style>