Shades of Quartz #DCDDFE
Tints of Quartz #DCDDFE
RGB
CMYK
RGB Variations
Color information
#DCDDFE (or 0xDCDDFE) is known color: Quartz. HEX triplet: DC, DD and FE. RGB value is (220,221,254). Sum of RGB (Red+Green+Blue) = 220+221+254=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDFE is #232201. Grayscale: #E0E0E0. Windows color (decimal): -2302466 or 16702940. OLE color: 16702940.
HSL color Cylindrical-coordinate representation of color #DCDDFE: hue angle of 238.24º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDDFE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 221 | 254 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.00 |
| HSL | 238.24º | 0.94% | 0.93% | - |
| HSV(B) | 238.24º | 0.13% | 1% | - |
| XYZ | 73.26 | 74.08 | 104.2 | - |
| YUV | 224.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 254 | 0.13 | 0.13 | 0 | 0.00 | 238.24 | 0.94 | 0.93 |
| Hex | DC | DD | FE | D | D | 0 | 0 | EE | 5E | 5D |
| Octal | 334 | 335 | 376 | 15 | 15 | 0 | 0 | 356 | 136 | 135 |
| Binary | 11011100 | 11011101 | 11111110 | 1101 | 1101 | 0 | 0 | 11101110 | 1011110 | 1011101 |
Color Harmonies of #DCDDFE
Complementary color
Monochromatic Colors of #DCDDFE
Black with #DCDDFE
Text Example
Text Example
White with #DCDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDFE; }
p { color: rgb(220,221,254); }
H1.HeaderClassName
{
color: #DCDDFE;
}
.AnyTagClassName
{
color: #DCDDFE;
}
</style>
background-color css
<style>
a { background-color: #DCDDFE; }
a { background-color: rgb(220,221,254); }
div.DivClassName
{
background-color: #DCDDFE;
}
.BgClassName
{
background-color: #DCDDFE;
}
</style>
border-color css
<style>
span { border-color: #DCDDFE; }
span { border-color: rgb(220,221,254); }
td.TdClassName
{
border-color: #DCDDFE;
}
.TagClassName
{
border-color: #DCDDFE;
}
</style>