Shades of Quartz #DCDCEF
Tints of Quartz #DCDCEF
RGB
CMYK
RGB Variations
Color information
#DCDCEF (or 0xDCDCEF) is known color: Quartz. HEX triplet: DC, DC and EF. RGB value is (220,220,239). Sum of RGB (Red+Green+Blue) = 220+220+239=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCEF is #232310. Grayscale: #DEDEDE. Windows color (decimal): -2302737 or 15719644. OLE color: 15719644.
HSL color Cylindrical-coordinate representation of color #DCDCEF: hue angle of 240º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDCEF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 220 | 239 | - |
CMYK | 0.08 | 0.08 | 0 | 0.06 |
HSL | 240º | 0.37% | 0.9% | - |
HSV(B) | 240º | 0.08% | 0.94% | - |
XYZ | 70.69 | 72.63 | 91.96 | - |
YUV | 222.17 | 137.5 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 239 | 0.08 | 0.08 | 0 | 0.06 | 240 | 0.37 | 0.9 |
Hex | DC | DC | EF | 8 | 8 | 0 | 6 | F0 | 25 | 5A |
Octal | 334 | 334 | 357 | 10 | 10 | 0 | 6 | 360 | 45 | 132 |
Binary | 11011100 | 11011100 | 11101111 | 1000 | 1000 | 0 | 110 | 11110000 | 100101 | 1011010 |
Color Harmonies of #DCDCEF
Complementary color
Monochromatic Colors of #DCDCEF
Black with #DCDCEF
Text Example
Text Example
White with #DCDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCEF; }
p { color: rgb(220,220,239); }
H1.HeaderClassName
{
color: #DCDCEF;
}
.AnyTagClassName
{
color: #DCDCEF;
}
</style>
background-color css
<style>
a { background-color: #DCDCEF; }
a { background-color: rgb(220,220,239); }
div.DivClassName
{
background-color: #DCDCEF;
}
.BgClassName
{
background-color: #DCDCEF;
}
</style>
border-color css
<style>
span { border-color: #DCDCEF; }
span { border-color: rgb(220,220,239); }
td.TdClassName
{
border-color: #DCDCEF;
}
.TagClassName
{
border-color: #DCDCEF;
}
</style>