Shades of Quartz #DCDDF8
Tints of Quartz #DCDDF8
RGB
CMYK
RGB Variations
Color information
#DCDDF8 (or 0xDCDDF8) is known color: Quartz. HEX triplet: DC, DD and F8. RGB value is (220,221,248). Sum of RGB (Red+Green+Blue) = 220+221+248=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCDDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDF8 is #232207. Grayscale: #DFDFDF. Windows color (decimal): -2302472 or 16309724. OLE color: 16309724.
HSL color Cylindrical-coordinate representation of color #DCDDF8: hue angle of 237.86º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDDF8 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 220 | 221 | 248 | - |
CMYK | 0.11 | 0.11 | 0 | 0.03 |
HSL | 237.86º | 0.67% | 0.92% | - |
HSV(B) | 237.86º | 0.11% | 0.97% | - |
XYZ | 72.31 | 73.71 | 99.22 | - |
YUV | 223.78 | 141.67 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 248 | 0.11 | 0.11 | 0 | 0.03 | 237.86 | 0.67 | 0.92 |
Hex | DC | DD | F8 | B | B | 0 | 3 | EE | 43 | 5C |
Octal | 334 | 335 | 370 | 13 | 13 | 0 | 3 | 356 | 103 | 134 |
Binary | 11011100 | 11011101 | 11111000 | 1011 | 1011 | 0 | 11 | 11101110 | 1000011 | 1011100 |
Color Harmonies of #DCDDF8
Complementary color
Monochromatic Colors of #DCDDF8
Black with #DCDDF8
Text Example
Text Example
White with #DCDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDF8; }
p { color: rgb(220,221,248); }
H1.HeaderClassName
{
color: #DCDDF8;
}
.AnyTagClassName
{
color: #DCDDF8;
}
</style>
background-color css
<style>
a { background-color: #DCDDF8; }
a { background-color: rgb(220,221,248); }
div.DivClassName
{
background-color: #DCDDF8;
}
.BgClassName
{
background-color: #DCDDF8;
}
</style>
border-color css
<style>
span { border-color: #DCDDF8; }
span { border-color: rgb(220,221,248); }
td.TdClassName
{
border-color: #DCDDF8;
}
.TagClassName
{
border-color: #DCDDF8;
}
</style>