Shades of Quartz #DCDEF9
Tints of Quartz #DCDEF9
RGB
CMYK
RGB Variations
Color information
#DCDEF9 (or 0xDCDEF9) is known color: Quartz. HEX triplet: DC, DE and F9. RGB value is (220,222,249). Sum of RGB (Red+Green+Blue) = 220+222+249=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEF9 is #232106. Grayscale: #E0E0E0. Windows color (decimal): -2302215 or 16375516. OLE color: 16375516.
HSL color Cylindrical-coordinate representation of color #DCDEF9: hue angle of 235.86º 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 #DCDEF9 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 222 | 249 | - |
CMYK | 0.12 | 0.11 | 0 | 0.02 |
HSL | 235.86º | 0.71% | 0.92% | - |
HSV(B) | 235.86º | 0.12% | 0.98% | - |
XYZ | 72.74 | 74.3 | 100.13 | - |
YUV | 224.48 | 141.84 | 124.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 249 | 0.12 | 0.11 | 0 | 0.02 | 235.86 | 0.71 | 0.92 |
Hex | DC | DE | F9 | C | B | 0 | 2 | EC | 47 | 5C |
Octal | 334 | 336 | 371 | 14 | 13 | 0 | 2 | 354 | 107 | 134 |
Binary | 11011100 | 11011110 | 11111001 | 1100 | 1011 | 0 | 10 | 11101100 | 1000111 | 1011100 |
Color Harmonies of #DCDEF9
Complementary color
Monochromatic Colors of #DCDEF9
Black with #DCDEF9
Text Example
Text Example
White with #DCDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEF9; }
p { color: rgb(220,222,249); }
H1.HeaderClassName
{
color: #DCDEF9;
}
.AnyTagClassName
{
color: #DCDEF9;
}
</style>
background-color css
<style>
a { background-color: #DCDEF9; }
a { background-color: rgb(220,222,249); }
div.DivClassName
{
background-color: #DCDEF9;
}
.BgClassName
{
background-color: #DCDEF9;
}
</style>
border-color css
<style>
span { border-color: #DCDEF9; }
span { border-color: rgb(220,222,249); }
td.TdClassName
{
border-color: #DCDEF9;
}
.TagClassName
{
border-color: #DCDEF9;
}
</style>