Shades of Quartz #DCDDF0
Tints of Quartz #DCDDF0
RGB
CMYK
RGB Variations
Color information
#DCDDF0 (or 0xDCDDF0) is known color: Quartz. HEX triplet: DC, DD and F0. RGB value is (220,221,240). Sum of RGB (Red+Green+Blue) = 220+221+240=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDF0 is #23220F. Grayscale: #DEDEDE. Windows color (decimal): -2302480 or 15785436. OLE color: 15785436.
HSL color Cylindrical-coordinate representation of color #DCDDF0: hue angle of 237º degrees, saturation: 0.4, 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 #DCDDF0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 221 | 240 | - |
CMYK | 0.08 | 0.08 | 0 | 0.06 |
HSL | 237º | 0.4% | 0.9% | - |
HSV(B) | 237º | 0.08% | 0.94% | - |
XYZ | 71.1 | 73.22 | 92.82 | - |
YUV | 222.87 | 137.67 | 125.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 240 | 0.08 | 0.08 | 0 | 0.06 | 237 | 0.4 | 0.9 |
Hex | DC | DD | F0 | 8 | 8 | 0 | 6 | ED | 28 | 5A |
Octal | 334 | 335 | 360 | 10 | 10 | 0 | 6 | 355 | 50 | 132 |
Binary | 11011100 | 11011101 | 11110000 | 1000 | 1000 | 0 | 110 | 11101101 | 101000 | 1011010 |
Color Harmonies of #DCDDF0
Complementary color
Monochromatic Colors of #DCDDF0
Black with #DCDDF0
Text Example
Text Example
White with #DCDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDF0; }
p { color: rgb(220,221,240); }
H1.HeaderClassName
{
color: #DCDDF0;
}
.AnyTagClassName
{
color: #DCDDF0;
}
</style>
background-color css
<style>
a { background-color: #DCDDF0; }
a { background-color: rgb(220,221,240); }
div.DivClassName
{
background-color: #DCDDF0;
}
.BgClassName
{
background-color: #DCDDF0;
}
</style>
border-color css
<style>
span { border-color: #DCDDF0; }
span { border-color: rgb(220,221,240); }
td.TdClassName
{
border-color: #DCDDF0;
}
.TagClassName
{
border-color: #DCDDF0;
}
</style>