Shades of Quartz #DCDDF5
Tints of Quartz #DCDDF5
RGB
CMYK
RGB Variations
Color information
#DCDDF5 (or 0xDCDDF5) is known color: Quartz. HEX triplet: DC, DD and F5. RGB value is (220,221,245). Sum of RGB (Red+Green+Blue) = 220+221+245=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDF5 is #23220A. Grayscale: #DFDFDF. Windows color (decimal): -2302475 or 16113116. OLE color: 16113116.
HSL color Cylindrical-coordinate representation of color #DCDDF5: hue angle of 237.6º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDDF5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 221 | 245 | - |
CMYK | 0.10 | 0.10 | 0 | 0.04 |
HSL | 237.6º | 0.56% | 0.91% | - |
HSV(B) | 237.6º | 0.1% | 0.96% | - |
XYZ | 71.85 | 73.52 | 96.79 | - |
YUV | 223.44 | 140.17 | 125.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 245 | 0.10 | 0.10 | 0 | 0.04 | 237.6 | 0.56 | 0.91 |
Hex | DC | DD | F5 | A | A | 0 | 4 | EE | 38 | 5B |
Octal | 334 | 335 | 365 | 12 | 12 | 0 | 4 | 356 | 70 | 133 |
Binary | 11011100 | 11011101 | 11110101 | 1010 | 1010 | 0 | 100 | 11101110 | 111000 | 1011011 |
Color Harmonies of #DCDDF5
Complementary color
Monochromatic Colors of #DCDDF5
Black with #DCDDF5
Text Example
Text Example
White with #DCDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDF5; }
p { color: rgb(220,221,245); }
H1.HeaderClassName
{
color: #DCDDF5;
}
.AnyTagClassName
{
color: #DCDDF5;
}
</style>
background-color css
<style>
a { background-color: #DCDDF5; }
a { background-color: rgb(220,221,245); }
div.DivClassName
{
background-color: #DCDDF5;
}
.BgClassName
{
background-color: #DCDDF5;
}
</style>
border-color css
<style>
span { border-color: #DCDDF5; }
span { border-color: rgb(220,221,245); }
td.TdClassName
{
border-color: #DCDDF5;
}
.TagClassName
{
border-color: #DCDDF5;
}
</style>