Shades of Quartz #DCDDF4
Tints of Quartz #DCDDF4
RGB
CMYK
RGB Variations
Color information
#DCDDF4 (or 0xDCDDF4) is known color: Quartz. HEX triplet: DC, DD and F4. RGB value is (220,221,244). Sum of RGB (Red+Green+Blue) = 220+221+244=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDF4 is #23220B. Grayscale: #DFDFDF. Windows color (decimal): -2302476 or 16047580. OLE color: 16047580.
HSL color Cylindrical-coordinate representation of color #DCDDF4: hue angle of 237.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 #DCDDF4 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 221 | 244 | - |
CMYK | 0.10 | 0.09 | 0 | 0.04 |
HSL | 237.5º | 0.52% | 0.91% | - |
HSV(B) | 237.5º | 0.1% | 0.96% | - |
XYZ | 71.7 | 73.46 | 95.99 | - |
YUV | 223.32 | 139.67 | 125.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 244 | 0.10 | 0.09 | 0 | 0.04 | 237.5 | 0.52 | 0.91 |
Hex | DC | DD | F4 | A | 9 | 0 | 4 | EE | 34 | 5B |
Octal | 334 | 335 | 364 | 12 | 11 | 0 | 4 | 356 | 64 | 133 |
Binary | 11011100 | 11011101 | 11110100 | 1010 | 1001 | 0 | 100 | 11101110 | 110100 | 1011011 |
Color Harmonies of #DCDDF4
Complementary color
Monochromatic Colors of #DCDDF4
Black with #DCDDF4
Text Example
Text Example
White with #DCDDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDF4; }
p { color: rgb(220,221,244); }
H1.HeaderClassName
{
color: #DCDDF4;
}
.AnyTagClassName
{
color: #DCDDF4;
}
</style>
background-color css
<style>
a { background-color: #DCDDF4; }
a { background-color: rgb(220,221,244); }
div.DivClassName
{
background-color: #DCDDF4;
}
.BgClassName
{
background-color: #DCDDF4;
}
</style>
border-color css
<style>
span { border-color: #DCDDF4; }
span { border-color: rgb(220,221,244); }
td.TdClassName
{
border-color: #DCDDF4;
}
.TagClassName
{
border-color: #DCDDF4;
}
</style>