Shades of Quartz #DCDEF4
Tints of Quartz #DCDEF4
RGB
CMYK
RGB Variations
Color information
#DCDEF4 (or 0xDCDEF4) is known color: Quartz. HEX triplet: DC, DE and F4. RGB value is (220,222,244). Sum of RGB (Red+Green+Blue) = 220+222+244=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCDEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEF4 is #23210B. Grayscale: #DFDFDF. Windows color (decimal): -2302220 or 16047836. OLE color: 16047836.
HSL color Cylindrical-coordinate representation of color #DCDEF4: hue angle of 235º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDEF4 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 222 | 244 | - |
CMYK | 0.10 | 0.09 | 0 | 0.04 |
HSL | 235º | 0.52% | 0.91% | - |
HSV(B) | 235º | 0.1% | 0.96% | - |
XYZ | 71.97 | 73.99 | 96.08 | - |
YUV | 223.91 | 139.34 | 125.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 244 | 0.10 | 0.09 | 0 | 0.04 | 235 | 0.52 | 0.91 |
Hex | DC | DE | F4 | A | 9 | 0 | 4 | EB | 34 | 5B |
Octal | 334 | 336 | 364 | 12 | 11 | 0 | 4 | 353 | 64 | 133 |
Binary | 11011100 | 11011110 | 11110100 | 1010 | 1001 | 0 | 100 | 11101011 | 110100 | 1011011 |
Color Harmonies of #DCDEF4
Complementary color
Monochromatic Colors of #DCDEF4
Black with #DCDEF4
Text Example
Text Example
White with #DCDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEF4; }
p { color: rgb(220,222,244); }
H1.HeaderClassName
{
color: #DCDEF4;
}
.AnyTagClassName
{
color: #DCDEF4;
}
</style>
background-color css
<style>
a { background-color: #DCDEF4; }
a { background-color: rgb(220,222,244); }
div.DivClassName
{
background-color: #DCDEF4;
}
.BgClassName
{
background-color: #DCDEF4;
}
</style>
border-color css
<style>
span { border-color: #DCDEF4; }
span { border-color: rgb(220,222,244); }
td.TdClassName
{
border-color: #DCDEF4;
}
.TagClassName
{
border-color: #DCDEF4;
}
</style>