Shades of Quartz #DDDBFD
Tints of Quartz #DDDBFD
RGB
CMYK
RGB Variations
Color information
#DDDBFD (or 0xDDDBFD) is known color: Quartz. HEX triplet: DD, DB and FD. RGB value is (221,219,253). Sum of RGB (Red+Green+Blue) = 221+219+253=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDDBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBFD is #222402. Grayscale: #DFDFDF. Windows color (decimal): -2237443 or 16636893. OLE color: 16636893.
HSL color Cylindrical-coordinate representation of color #DDDBFD: hue angle of 243.53º 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 #DDDBFD is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 219 | 253 | - |
CMYK | 0.13 | 0.13 | 0 | 0.01 |
HSL | 243.53º | 0.89% | 0.93% | - |
HSV(B) | 243.53º | 0.13% | 0.99% | - |
XYZ | 72.88 | 73.13 | 103.2 | - |
YUV | 223.47 | 144.66 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 253 | 0.13 | 0.13 | 0 | 0.01 | 243.53 | 0.89 | 0.93 |
Hex | DD | DB | FD | D | D | 0 | 1 | F4 | 59 | 5D |
Octal | 335 | 333 | 375 | 15 | 15 | 0 | 1 | 364 | 131 | 135 |
Binary | 11011101 | 11011011 | 11111101 | 1101 | 1101 | 0 | 1 | 11110100 | 1011001 | 1011101 |
Color Harmonies of #DDDBFD
Complementary color
Monochromatic Colors of #DDDBFD
Black with #DDDBFD
Text Example
Text Example
White with #DDDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBFD; }
p { color: rgb(221,219,253); }
H1.HeaderClassName
{
color: #DDDBFD;
}
.AnyTagClassName
{
color: #DDDBFD;
}
</style>
background-color css
<style>
a { background-color: #DDDBFD; }
a { background-color: rgb(221,219,253); }
div.DivClassName
{
background-color: #DDDBFD;
}
.BgClassName
{
background-color: #DDDBFD;
}
</style>
border-color css
<style>
span { border-color: #DDDBFD; }
span { border-color: rgb(221,219,253); }
td.TdClassName
{
border-color: #DDDBFD;
}
.TagClassName
{
border-color: #DDDBFD;
}
</style>