Shades of Quartz #DCDCF2
Tints of Quartz #DCDCF2
RGB
CMYK
RGB Variations
Color information
#DCDCF2 (or 0xDCDCF2) is known color: Quartz. HEX triplet: DC, DC and F2. RGB value is (220,220,242). Sum of RGB (Red+Green+Blue) = 220+220+242=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCF2 is #23230D. Grayscale: #DEDEDE. Windows color (decimal): -2302734 or 15916252. OLE color: 15916252.
HSL color Cylindrical-coordinate representation of color #DCDCF2: hue angle of 240º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCDCF2 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 220 | 242 | - |
CMYK | 0.09 | 0.09 | 0 | 0.05 |
HSL | 240º | 0.46% | 0.91% | - |
HSV(B) | 240º | 0.09% | 0.95% | - |
XYZ | 71.14 | 72.81 | 94.31 | - |
YUV | 222.51 | 139 | 126.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 242 | 0.09 | 0.09 | 0 | 0.05 | 240 | 0.46 | 0.91 |
Hex | DC | DC | F2 | 9 | 9 | 0 | 5 | F0 | 2E | 5B |
Octal | 334 | 334 | 362 | 11 | 11 | 0 | 5 | 360 | 56 | 133 |
Binary | 11011100 | 11011100 | 11110010 | 1001 | 1001 | 0 | 101 | 11110000 | 101110 | 1011011 |
Color Harmonies of #DCDCF2
Complementary color
Monochromatic Colors of #DCDCF2
Black with #DCDCF2
Text Example
Text Example
White with #DCDCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCF2; }
p { color: rgb(220,220,242); }
H1.HeaderClassName
{
color: #DCDCF2;
}
.AnyTagClassName
{
color: #DCDCF2;
}
</style>
background-color css
<style>
a { background-color: #DCDCF2; }
a { background-color: rgb(220,220,242); }
div.DivClassName
{
background-color: #DCDCF2;
}
.BgClassName
{
background-color: #DCDCF2;
}
</style>
border-color css
<style>
span { border-color: #DCDCF2; }
span { border-color: rgb(220,220,242); }
td.TdClassName
{
border-color: #DCDCF2;
}
.TagClassName
{
border-color: #DCDCF2;
}
</style>