Shades of Quartz #DDDAF2
Tints of Quartz #DDDAF2
RGB
CMYK
RGB Variations
Color information
#DDDAF2 (or 0xDDDAF2) is known color: Quartz. HEX triplet: DD, DA and F2. RGB value is (221,218,242). Sum of RGB (Red+Green+Blue) = 221+218+242=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF2 is #22250D. Grayscale: #DDDDDD. Windows color (decimal): -2237710 or 15915741. OLE color: 15915741.
HSL color Cylindrical-coordinate representation of color #DDDAF2: hue angle of 247.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDAF2 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 218 | 242 | - |
CMYK | 0.09 | 0.10 | 0 | 0.05 |
HSL | 247.5º | 0.48% | 0.9% | - |
HSV(B) | 247.5º | 0.1% | 0.95% | - |
XYZ | 70.92 | 71.93 | 94.15 | - |
YUV | 221.63 | 139.49 | 127.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 242 | 0.09 | 0.10 | 0 | 0.05 | 247.5 | 0.48 | 0.9 |
Hex | DD | DA | F2 | 9 | A | 0 | 5 | F8 | 30 | 5A |
Octal | 335 | 332 | 362 | 11 | 12 | 0 | 5 | 370 | 60 | 132 |
Binary | 11011101 | 11011010 | 11110010 | 1001 | 1010 | 0 | 101 | 11111000 | 110000 | 1011010 |
Color Harmonies of #DDDAF2
Complementary color
Monochromatic Colors of #DDDAF2
Black with #DDDAF2
Text Example
Text Example
White with #DDDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAF2; }
p { color: rgb(221,218,242); }
H1.HeaderClassName
{
color: #DDDAF2;
}
.AnyTagClassName
{
color: #DDDAF2;
}
</style>
background-color css
<style>
a { background-color: #DDDAF2; }
a { background-color: rgb(221,218,242); }
div.DivClassName
{
background-color: #DDDAF2;
}
.BgClassName
{
background-color: #DDDAF2;
}
</style>
border-color css
<style>
span { border-color: #DDDAF2; }
span { border-color: rgb(221,218,242); }
td.TdClassName
{
border-color: #DDDAF2;
}
.TagClassName
{
border-color: #DDDAF2;
}
</style>