Shades of Quartz #DCDFF4
Tints of Quartz #DCDFF4
RGB
CMYK
RGB Variations
Color information
#DCDFF4 (or 0xDCDFF4) is known color: Quartz. HEX triplet: DC, DF and F4. RGB value is (220,223,244). Sum of RGB (Red+Green+Blue) = 220+223+244=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCDFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFF4 is #23200B. Grayscale: #E0E0E0. Windows color (decimal): -2301964 or 16048092. OLE color: 16048092.
HSL color Cylindrical-coordinate representation of color #DCDFF4: hue angle of 232.5º 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 #DCDFF4 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 223 | 244 | - |
CMYK | 0.10 | 0.09 | 0 | 0.04 |
HSL | 232.5º | 0.52% | 0.91% | - |
HSV(B) | 232.5º | 0.1% | 0.96% | - |
XYZ | 72.23 | 74.52 | 96.17 | - |
YUV | 224.5 | 139.01 | 124.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 244 | 0.10 | 0.09 | 0 | 0.04 | 232.5 | 0.52 | 0.91 |
Hex | DC | DF | F4 | A | 9 | 0 | 4 | E8 | 34 | 5B |
Octal | 334 | 337 | 364 | 12 | 11 | 0 | 4 | 350 | 64 | 133 |
Binary | 11011100 | 11011111 | 11110100 | 1010 | 1001 | 0 | 100 | 11101000 | 110100 | 1011011 |
Color Harmonies of #DCDFF4
Complementary color
Monochromatic Colors of #DCDFF4
Black with #DCDFF4
Text Example
Text Example
White with #DCDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFF4; }
p { color: rgb(220,223,244); }
H1.HeaderClassName
{
color: #DCDFF4;
}
.AnyTagClassName
{
color: #DCDFF4;
}
</style>
background-color css
<style>
a { background-color: #DCDFF4; }
a { background-color: rgb(220,223,244); }
div.DivClassName
{
background-color: #DCDFF4;
}
.BgClassName
{
background-color: #DCDFF4;
}
</style>
border-color css
<style>
span { border-color: #DCDFF4; }
span { border-color: rgb(220,223,244); }
td.TdClassName
{
border-color: #DCDFF4;
}
.TagClassName
{
border-color: #DCDFF4;
}
</style>