Shades of Quartz #DCD0FD
Tints of Quartz #DCD0FD
RGB
CMYK
RGB Variations
Color information
#DCD0FD (or 0xDCD0FD) is known color: Quartz. HEX triplet: DC, D0 and FD. RGB value is (220,208,253). Sum of RGB (Red+Green+Blue) = 220+208+253=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD0FD is #232F02. Grayscale: #D8D8D8. Windows color (decimal): -2305795 or 16634076. OLE color: 16634076.
HSL color Cylindrical-coordinate representation of color #DCD0FD: hue angle of 256º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCD0FD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 208 | 253 | - |
CMYK | 0.13 | 0.18 | 0 | 0.01 |
HSL | 256º | 0.92% | 0.9% | - |
HSV(B) | 256º | 0.18% | 0.99% | - |
XYZ | 69.8 | 67.42 | 102.26 | - |
YUV | 216.72 | 148.48 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 208 | 253 | 0.13 | 0.18 | 0 | 0.01 | 256 | 0.92 | 0.9 |
Hex | DC | D0 | FD | D | 12 | 0 | 1 | 100 | 5C | 5A |
Octal | 334 | 320 | 375 | 15 | 22 | 0 | 1 | 400 | 134 | 132 |
Binary | 11011100 | 11010000 | 11111101 | 1101 | 10010 | 0 | 1 | 100000000 | 1011100 | 1011010 |
Color Harmonies of #DCD0FD
Complementary color
Monochromatic Colors of #DCD0FD
Black with #DCD0FD
Text Example
Text Example
White with #DCD0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0FD; }
p { color: rgb(220,208,253); }
H1.HeaderClassName
{
color: #DCD0FD;
}
.AnyTagClassName
{
color: #DCD0FD;
}
</style>
background-color css
<style>
a { background-color: #DCD0FD; }
a { background-color: rgb(220,208,253); }
div.DivClassName
{
background-color: #DCD0FD;
}
.BgClassName
{
background-color: #DCD0FD;
}
</style>
border-color css
<style>
span { border-color: #DCD0FD; }
span { border-color: rgb(220,208,253); }
td.TdClassName
{
border-color: #DCD0FD;
}
.TagClassName
{
border-color: #DCD0FD;
}
</style>