Shades of Quartz #DCDEF5
Tints of Quartz #DCDEF5
RGB
CMYK
RGB Variations
Color information
#DCDEF5 (or 0xDCDEF5) is known color: Quartz. HEX triplet: DC, DE and F5. RGB value is (220,222,245). Sum of RGB (Red+Green+Blue) = 220+222+245=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCDEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEF5 is #23210A. Grayscale: #DFDFDF. Windows color (decimal): -2302219 or 16113372. OLE color: 16113372.
HSL color Cylindrical-coordinate representation of color #DCDEF5: hue angle of 235.2º 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 #DCDEF5 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 222 | 245 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.04 |
| HSL | 235.2º | 0.56% | 0.91% | - |
| HSV(B) | 235.2º | 0.1% | 0.96% | - |
| XYZ | 72.12 | 74.05 | 96.88 | - |
| YUV | 224.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 245 | 0.10 | 0.09 | 0 | 0.04 | 235.2 | 0.56 | 0.91 |
| Hex | DC | DE | F5 | A | 9 | 0 | 4 | EB | 38 | 5B |
| Octal | 334 | 336 | 365 | 12 | 11 | 0 | 4 | 353 | 70 | 133 |
| Binary | 11011100 | 11011110 | 11110101 | 1010 | 1001 | 0 | 100 | 11101011 | 111000 | 1011011 |
Color Harmonies of #DCDEF5
Complementary color
Monochromatic Colors of #DCDEF5
Black with #DCDEF5
Text Example
Text Example
White with #DCDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEF5; }
p { color: rgb(220,222,245); }
H1.HeaderClassName
{
color: #DCDEF5;
}
.AnyTagClassName
{
color: #DCDEF5;
}
</style>
background-color css
<style>
a { background-color: #DCDEF5; }
a { background-color: rgb(220,222,245); }
div.DivClassName
{
background-color: #DCDEF5;
}
.BgClassName
{
background-color: #DCDEF5;
}
</style>
border-color css
<style>
span { border-color: #DCDEF5; }
span { border-color: rgb(220,222,245); }
td.TdClassName
{
border-color: #DCDEF5;
}
.TagClassName
{
border-color: #DCDEF5;
}
</style>