Shades of Quartz #DCDDFC
Tints of Quartz #DCDDFC
RGB
CMYK
RGB Variations
Color information
#DCDDFC (or 0xDCDDFC) is known color: Quartz. HEX triplet: DC, DD and FC. RGB value is (220,221,252). Sum of RGB (Red+Green+Blue) = 220+221+252=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDFC is #232203. Grayscale: #E0E0E0. Windows color (decimal): -2302468 or 16571868. OLE color: 16571868.
HSL color Cylindrical-coordinate representation of color #DCDDFC: hue angle of 238.12º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDDFC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 221 | 252 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.01 |
| HSL | 238.13º | 0.84% | 0.93% | - |
| HSV(B) | 238.13º | 0.13% | 0.99% | - |
| XYZ | 72.94 | 73.96 | 102.53 | - |
| YUV | 224.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 252 | 0.13 | 0.12 | 0 | 0.01 | 238.13 | 0.84 | 0.93 |
| Hex | DC | DD | FC | D | C | 0 | 1 | EE | 54 | 5D |
| Octal | 334 | 335 | 374 | 15 | 14 | 0 | 1 | 356 | 124 | 135 |
| Binary | 11011100 | 11011101 | 11111100 | 1101 | 1100 | 0 | 1 | 11101110 | 1010100 | 1011101 |
Color Harmonies of #DCDDFC
Complementary color
Monochromatic Colors of #DCDDFC
Black with #DCDDFC
Text Example
Text Example
White with #DCDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDFC; }
p { color: rgb(220,221,252); }
H1.HeaderClassName
{
color: #DCDDFC;
}
.AnyTagClassName
{
color: #DCDDFC;
}
</style>
background-color css
<style>
a { background-color: #DCDDFC; }
a { background-color: rgb(220,221,252); }
div.DivClassName
{
background-color: #DCDDFC;
}
.BgClassName
{
background-color: #DCDDFC;
}
</style>
border-color css
<style>
span { border-color: #DCDDFC; }
span { border-color: rgb(220,221,252); }
td.TdClassName
{
border-color: #DCDDFC;
}
.TagClassName
{
border-color: #DCDDFC;
}
</style>