Shades of Quartz #DDDCFD
Tints of Quartz #DDDCFD
RGB
CMYK
RGB Variations
Color information
#DDDCFD (or 0xDDDCFD) is known color: Quartz. HEX triplet: DD, DC and FD. RGB value is (221,220,253). Sum of RGB (Red+Green+Blue) = 221+220+253=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCFD is #222302. Grayscale: #DFDFDF. Windows color (decimal): -2237187 or 16637149. OLE color: 16637149.
HSL color Cylindrical-coordinate representation of color #DDDCFD: hue angle of 241.82º degrees, saturation: 0.89, 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 #DDDCFD is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 220 | 253 | - |
CMYK | 0.13 | 0.13 | 0 | 0.01 |
HSL | 241.82º | 0.89% | 0.93% | - |
HSV(B) | 241.82º | 0.13% | 0.99% | - |
XYZ | 73.14 | 73.65 | 103.29 | - |
YUV | 224.06 | 144.33 | 125.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 253 | 0.13 | 0.13 | 0 | 0.01 | 241.82 | 0.89 | 0.93 |
Hex | DD | DC | FD | D | D | 0 | 1 | F2 | 59 | 5D |
Octal | 335 | 334 | 375 | 15 | 15 | 0 | 1 | 362 | 131 | 135 |
Binary | 11011101 | 11011100 | 11111101 | 1101 | 1101 | 0 | 1 | 11110010 | 1011001 | 1011101 |
Color Harmonies of #DDDCFD
Complementary color
Monochromatic Colors of #DDDCFD
Black with #DDDCFD
Text Example
Text Example
White with #DDDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCFD; }
p { color: rgb(221,220,253); }
H1.HeaderClassName
{
color: #DDDCFD;
}
.AnyTagClassName
{
color: #DDDCFD;
}
</style>
background-color css
<style>
a { background-color: #DDDCFD; }
a { background-color: rgb(221,220,253); }
div.DivClassName
{
background-color: #DDDCFD;
}
.BgClassName
{
background-color: #DDDCFD;
}
</style>
border-color css
<style>
span { border-color: #DDDCFD; }
span { border-color: rgb(221,220,253); }
td.TdClassName
{
border-color: #DDDCFD;
}
.TagClassName
{
border-color: #DDDCFD;
}
</style>