Shades of Quartz #DDDCFC
Tints of Quartz #DDDCFC
RGB
CMYK
RGB Variations
Color information
#DDDCFC (or 0xDDDCFC) is known color: Quartz. HEX triplet: DD, DC and FC. RGB value is (221,220,252). Sum of RGB (Red+Green+Blue) = 221+220+252=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDDCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCFC is #222303. Grayscale: #DFDFDF. Windows color (decimal): -2237188 or 16571613. OLE color: 16571613.
HSL color Cylindrical-coordinate representation of color #DDDCFC: hue angle of 241.88º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDDCFC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 220 | 252 | - |
CMYK | 0.12 | 0.13 | 0 | 0.01 |
HSL | 241.88º | 0.84% | 0.93% | - |
HSV(B) | 241.88º | 0.13% | 0.99% | - |
XYZ | 72.98 | 73.59 | 102.45 | - |
YUV | 223.95 | 143.83 | 125.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 252 | 0.12 | 0.13 | 0 | 0.01 | 241.88 | 0.84 | 0.93 |
Hex | DD | DC | FC | C | D | 0 | 1 | F2 | 54 | 5D |
Octal | 335 | 334 | 374 | 14 | 15 | 0 | 1 | 362 | 124 | 135 |
Binary | 11011101 | 11011100 | 11111100 | 1100 | 1101 | 0 | 1 | 11110010 | 1010100 | 1011101 |
Color Harmonies of #DDDCFC
Complementary color
Monochromatic Colors of #DDDCFC
Black with #DDDCFC
Text Example
Text Example
White with #DDDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCFC; }
p { color: rgb(221,220,252); }
H1.HeaderClassName
{
color: #DDDCFC;
}
.AnyTagClassName
{
color: #DDDCFC;
}
</style>
background-color css
<style>
a { background-color: #DDDCFC; }
a { background-color: rgb(221,220,252); }
div.DivClassName
{
background-color: #DDDCFC;
}
.BgClassName
{
background-color: #DDDCFC;
}
</style>
border-color css
<style>
span { border-color: #DDDCFC; }
span { border-color: rgb(221,220,252); }
td.TdClassName
{
border-color: #DDDCFC;
}
.TagClassName
{
border-color: #DDDCFC;
}
</style>