Shades of Quartz #DCDFF9
Tints of Quartz #DCDFF9
RGB
CMYK
RGB Variations
Color information
#DCDFF9 (or 0xDCDFF9) is known color: Quartz. HEX triplet: DC, DF and F9. RGB value is (220,223,249). Sum of RGB (Red+Green+Blue) = 220+223+249=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCDFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFF9 is #232006. Grayscale: #E0E0E0. Windows color (decimal): -2301959 or 16375772. OLE color: 16375772.
HSL color Cylindrical-coordinate representation of color #DCDFF9: hue angle of 233.79º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDFF9 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 223 | 249 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.02 |
| HSL | 233.79º | 0.71% | 0.92% | - |
| HSV(B) | 233.79º | 0.12% | 0.98% | - |
| XYZ | 73 | 74.83 | 100.22 | - |
| YUV | 225.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 249 | 0.12 | 0.10 | 0 | 0.02 | 233.79 | 0.71 | 0.92 |
| Hex | DC | DF | F9 | C | A | 0 | 2 | EA | 47 | 5C |
| Octal | 334 | 337 | 371 | 14 | 12 | 0 | 2 | 352 | 107 | 134 |
| Binary | 11011100 | 11011111 | 11111001 | 1100 | 1010 | 0 | 10 | 11101010 | 1000111 | 1011100 |
Color Harmonies of #DCDFF9
Complementary color
Monochromatic Colors of #DCDFF9
Black with #DCDFF9
Text Example
Text Example
White with #DCDFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFF9; }
p { color: rgb(220,223,249); }
H1.HeaderClassName
{
color: #DCDFF9;
}
.AnyTagClassName
{
color: #DCDFF9;
}
</style>
background-color css
<style>
a { background-color: #DCDFF9; }
a { background-color: rgb(220,223,249); }
div.DivClassName
{
background-color: #DCDFF9;
}
.BgClassName
{
background-color: #DCDFF9;
}
</style>
border-color css
<style>
span { border-color: #DCDFF9; }
span { border-color: rgb(220,223,249); }
td.TdClassName
{
border-color: #DCDFF9;
}
.TagClassName
{
border-color: #DCDFF9;
}
</style>