Shades of Quartz #DDDEFD
Tints of Quartz #DDDEFD
RGB
CMYK
RGB Variations
Color information
#DDDEFD (or 0xDDDEFD) is known color: Quartz. HEX triplet: DD, DE and FD. RGB value is (221,222,253). Sum of RGB (Red+Green+Blue) = 221+222+253=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEFD is #222102. Grayscale: #E1E1E1. Windows color (decimal): -2236675 or 16637661. OLE color: 16637661.
HSL color Cylindrical-coordinate representation of color #DDDEFD: hue angle of 238.12º 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 #DDDEFD is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 222 | 253 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.01 |
| HSL | 238.13º | 0.89% | 0.93% | - |
| HSV(B) | 238.13º | 0.13% | 0.99% | - |
| XYZ | 73.67 | 74.71 | 103.47 | - |
| YUV | 225.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 253 | 0.13 | 0.12 | 0 | 0.01 | 238.13 | 0.89 | 0.93 |
| Hex | DD | DE | FD | D | C | 0 | 1 | EE | 59 | 5D |
| Octal | 335 | 336 | 375 | 15 | 14 | 0 | 1 | 356 | 131 | 135 |
| Binary | 11011101 | 11011110 | 11111101 | 1101 | 1100 | 0 | 1 | 11101110 | 1011001 | 1011101 |
Color Harmonies of #DDDEFD
Complementary color
Monochromatic Colors of #DDDEFD
Black with #DDDEFD
Text Example
Text Example
White with #DDDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEFD; }
p { color: rgb(221,222,253); }
H1.HeaderClassName
{
color: #DDDEFD;
}
.AnyTagClassName
{
color: #DDDEFD;
}
</style>
background-color css
<style>
a { background-color: #DDDEFD; }
a { background-color: rgb(221,222,253); }
div.DivClassName
{
background-color: #DDDEFD;
}
.BgClassName
{
background-color: #DDDEFD;
}
</style>
border-color css
<style>
span { border-color: #DDDEFD; }
span { border-color: rgb(221,222,253); }
td.TdClassName
{
border-color: #DDDEFD;
}
.TagClassName
{
border-color: #DDDEFD;
}
</style>