Shades of Quartz #DCDCF9
Tints of Quartz #DCDCF9
RGB
CMYK
RGB Variations
Color information
#DCDCF9 (or 0xDCDCF9) is known color: Quartz. HEX triplet: DC, DC and F9. RGB value is (220,220,249). Sum of RGB (Red+Green+Blue) = 220+220+249=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCDCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCF9 is #232306. Grayscale: #DFDFDF. Windows color (decimal): -2302727 or 16375004. OLE color: 16375004.
HSL color Cylindrical-coordinate representation of color #DCDCF9: hue angle of 240º 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 #DCDCF9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 220 | 249 | - |
CMYK | 0.12 | 0.12 | 0 | 0.02 |
HSL | 240º | 0.71% | 0.92% | - |
HSV(B) | 240º | 0.12% | 0.98% | - |
XYZ | 72.21 | 73.24 | 99.95 | - |
YUV | 223.31 | 142.5 | 125.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 249 | 0.12 | 0.12 | 0 | 0.02 | 240 | 0.71 | 0.92 |
Hex | DC | DC | F9 | C | C | 0 | 2 | F0 | 47 | 5C |
Octal | 334 | 334 | 371 | 14 | 14 | 0 | 2 | 360 | 107 | 134 |
Binary | 11011100 | 11011100 | 11111001 | 1100 | 1100 | 0 | 10 | 11110000 | 1000111 | 1011100 |
Color Harmonies of #DCDCF9
Complementary color
Monochromatic Colors of #DCDCF9
Black with #DCDCF9
Text Example
Text Example
White with #DCDCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCF9; }
p { color: rgb(220,220,249); }
H1.HeaderClassName
{
color: #DCDCF9;
}
.AnyTagClassName
{
color: #DCDCF9;
}
</style>
background-color css
<style>
a { background-color: #DCDCF9; }
a { background-color: rgb(220,220,249); }
div.DivClassName
{
background-color: #DCDCF9;
}
.BgClassName
{
background-color: #DCDCF9;
}
</style>
border-color css
<style>
span { border-color: #DCDCF9; }
span { border-color: rgb(220,220,249); }
td.TdClassName
{
border-color: #DCDCF9;
}
.TagClassName
{
border-color: #DCDCF9;
}
</style>