Shades of Quartz #DDDCF4
Tints of Quartz #DDDCF4
RGB
CMYK
RGB Variations
Color information
#DDDCF4 (or 0xDDDCF4) is known color: Quartz. HEX triplet: DD, DC and F4. RGB value is (221,220,244). Sum of RGB (Red+Green+Blue) = 221+220+244=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 220 (86.33% from 255 or 32.12% 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 #DDDCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCF4 is #22230B. Grayscale: #DEDEDE. Windows color (decimal): -2237196 or 16047325. OLE color: 16047325.
HSL color Cylindrical-coordinate representation of color #DDDCF4: hue angle of 242.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 #DDDCF4 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 220 | 244 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.04 |
| HSL | 242.5º | 0.52% | 0.91% | - |
| HSV(B) | 242.5º | 0.1% | 0.96% | - |
| XYZ | 71.74 | 73.09 | 95.91 | - |
| YUV | 223.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 244 | 0.09 | 0.10 | 0 | 0.04 | 242.5 | 0.52 | 0.91 |
| Hex | DD | DC | F4 | 9 | A | 0 | 4 | F2 | 34 | 5B |
| Octal | 335 | 334 | 364 | 11 | 12 | 0 | 4 | 362 | 64 | 133 |
| Binary | 11011101 | 11011100 | 11110100 | 1001 | 1010 | 0 | 100 | 11110010 | 110100 | 1011011 |
Color Harmonies of #DDDCF4
Complementary color
Monochromatic Colors of #DDDCF4
Black with #DDDCF4
Text Example
Text Example
White with #DDDCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCF4; }
p { color: rgb(221,220,244); }
H1.HeaderClassName
{
color: #DDDCF4;
}
.AnyTagClassName
{
color: #DDDCF4;
}
</style>
background-color css
<style>
a { background-color: #DDDCF4; }
a { background-color: rgb(221,220,244); }
div.DivClassName
{
background-color: #DDDCF4;
}
.BgClassName
{
background-color: #DDDCF4;
}
</style>
border-color css
<style>
span { border-color: #DDDCF4; }
span { border-color: rgb(221,220,244); }
td.TdClassName
{
border-color: #DDDCF4;
}
.TagClassName
{
border-color: #DDDCF4;
}
</style>