Shades of Quartz #DDD6F3
Tints of Quartz #DDD6F3
RGB
CMYK
RGB Variations
Color information
#DDD6F3 (or 0xDDD6F3) is known color: Quartz. HEX triplet: DD, D6 and F3. RGB value is (221,214,243). Sum of RGB (Red+Green+Blue) = 221+214+243=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDD6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6F3 is #22290C. Grayscale: #DBDBDB. Windows color (decimal): -2238733 or 15980253. OLE color: 15980253.
HSL color Cylindrical-coordinate representation of color #DDD6F3: hue angle of 254.48º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD6F3 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 214 | 243 | - |
CMYK | 0.09 | 0.12 | 0 | 0.05 |
HSL | 254.48º | 0.55% | 0.9% | - |
HSV(B) | 254.48º | 0.12% | 0.95% | - |
XYZ | 70.04 | 69.94 | 94.6 | - |
YUV | 219.4 | 141.32 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 243 | 0.09 | 0.12 | 0 | 0.05 | 254.48 | 0.55 | 0.9 |
Hex | DD | D6 | F3 | 9 | C | 0 | 5 | FE | 37 | 5A |
Octal | 335 | 326 | 363 | 11 | 14 | 0 | 5 | 376 | 67 | 132 |
Binary | 11011101 | 11010110 | 11110011 | 1001 | 1100 | 0 | 101 | 11111110 | 110111 | 1011010 |
Color Harmonies of #DDD6F3
Complementary color
Monochromatic Colors of #DDD6F3
Black with #DDD6F3
Text Example
Text Example
White with #DDD6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6F3; }
p { color: rgb(221,214,243); }
H1.HeaderClassName
{
color: #DDD6F3;
}
.AnyTagClassName
{
color: #DDD6F3;
}
</style>
background-color css
<style>
a { background-color: #DDD6F3; }
a { background-color: rgb(221,214,243); }
div.DivClassName
{
background-color: #DDD6F3;
}
.BgClassName
{
background-color: #DDD6F3;
}
</style>
border-color css
<style>
span { border-color: #DDD6F3; }
span { border-color: rgb(221,214,243); }
td.TdClassName
{
border-color: #DDD6F3;
}
.TagClassName
{
border-color: #DDD6F3;
}
</style>