Shades of Quartz #DDDCF5
Tints of Quartz #DDDCF5
RGB
CMYK
RGB Variations
Color information
#DDDCF5 (or 0xDDDCF5) is known color: Quartz. HEX triplet: DD, DC and F5. RGB value is (221,220,245). Sum of RGB (Red+Green+Blue) = 221+220+245=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCF5 is #22230A. Grayscale: #DFDFDF. Windows color (decimal): -2237195 or 16112861. OLE color: 16112861.
HSL color Cylindrical-coordinate representation of color #DDDCF5: hue angle of 242.4º degrees, saturation: 0.56, 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 #DDDCF5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 220 | 245 | - |
CMYK | 0.10 | 0.10 | 0 | 0.04 |
HSL | 242.4º | 0.56% | 0.91% | - |
HSV(B) | 242.4º | 0.1% | 0.96% | - |
XYZ | 71.89 | 73.15 | 96.72 | - |
YUV | 223.15 | 140.33 | 126.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 245 | 0.10 | 0.10 | 0 | 0.04 | 242.4 | 0.56 | 0.91 |
Hex | DD | DC | F5 | A | A | 0 | 4 | F2 | 38 | 5B |
Octal | 335 | 334 | 365 | 12 | 12 | 0 | 4 | 362 | 70 | 133 |
Binary | 11011101 | 11011100 | 11110101 | 1010 | 1010 | 0 | 100 | 11110010 | 111000 | 1011011 |
Color Harmonies of #DDDCF5
Complementary color
Monochromatic Colors of #DDDCF5
Black with #DDDCF5
Text Example
Text Example
White with #DDDCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCF5; }
p { color: rgb(221,220,245); }
H1.HeaderClassName
{
color: #DDDCF5;
}
.AnyTagClassName
{
color: #DDDCF5;
}
</style>
background-color css
<style>
a { background-color: #DDDCF5; }
a { background-color: rgb(221,220,245); }
div.DivClassName
{
background-color: #DDDCF5;
}
.BgClassName
{
background-color: #DDDCF5;
}
</style>
border-color css
<style>
span { border-color: #DDDCF5; }
span { border-color: rgb(221,220,245); }
td.TdClassName
{
border-color: #DDDCF5;
}
.TagClassName
{
border-color: #DDDCF5;
}
</style>