Shades of Quartz #DDDBF6
Tints of Quartz #DDDBF6
RGB
CMYK
RGB Variations
Color information
#DDDBF6 (or 0xDDDBF6) is known color: Quartz. HEX triplet: DD, DB and F6. RGB value is (221,219,246). Sum of RGB (Red+Green+Blue) = 221+219+246=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDDBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBF6 is #222409. Grayscale: #DEDEDE. Windows color (decimal): -2237450 or 16178141. OLE color: 16178141.
HSL color Cylindrical-coordinate representation of color #DDDBF6: hue angle of 244.44º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDBF6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 219 | 246 | - |
CMYK | 0.10 | 0.11 | 0 | 0.04 |
HSL | 244.44º | 0.6% | 0.91% | - |
HSV(B) | 244.44º | 0.11% | 0.96% | - |
XYZ | 71.78 | 72.69 | 97.44 | - |
YUV | 222.68 | 141.16 | 126.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 246 | 0.10 | 0.11 | 0 | 0.04 | 244.44 | 0.6 | 0.91 |
Hex | DD | DB | F6 | A | B | 0 | 4 | F4 | 3C | 5B |
Octal | 335 | 333 | 366 | 12 | 13 | 0 | 4 | 364 | 74 | 133 |
Binary | 11011101 | 11011011 | 11110110 | 1010 | 1011 | 0 | 100 | 11110100 | 111100 | 1011011 |
Color Harmonies of #DDDBF6
Complementary color
Monochromatic Colors of #DDDBF6
Black with #DDDBF6
Text Example
Text Example
White with #DDDBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBF6; }
p { color: rgb(221,219,246); }
H1.HeaderClassName
{
color: #DDDBF6;
}
.AnyTagClassName
{
color: #DDDBF6;
}
</style>
background-color css
<style>
a { background-color: #DDDBF6; }
a { background-color: rgb(221,219,246); }
div.DivClassName
{
background-color: #DDDBF6;
}
.BgClassName
{
background-color: #DDDBF6;
}
</style>
border-color css
<style>
span { border-color: #DDDBF6; }
span { border-color: rgb(221,219,246); }
td.TdClassName
{
border-color: #DDDBF6;
}
.TagClassName
{
border-color: #DDDBF6;
}
</style>