Shades of Quartz #DDDAF4
Tints of Quartz #DDDAF4
RGB
CMYK
RGB Variations
Color information
#DDDAF4 (or 0xDDDAF4) is known color: Quartz. HEX triplet: DD, DA and F4. RGB value is (221,218,244). Sum of RGB (Red+Green+Blue) = 221+218+244=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 244 (95.70% from 255 or 35.72% from 683); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDDAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF4 is #22250B. Grayscale: #DDDDDD. Windows color (decimal): -2237708 or 16046813. OLE color: 16046813.
HSL color Cylindrical-coordinate representation of color #DDDAF4: hue angle of 246.92º degrees, saturation: 0.54, 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 #DDDAF4 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 218 | 244 | - |
CMYK | 0.09 | 0.11 | 0 | 0.04 |
HSL | 246.92º | 0.54% | 0.91% | - |
HSV(B) | 246.92º | 0.11% | 0.96% | - |
XYZ | 71.22 | 72.05 | 95.74 | - |
YUV | 221.86 | 140.49 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 244 | 0.09 | 0.11 | 0 | 0.04 | 246.92 | 0.54 | 0.91 |
Hex | DD | DA | F4 | 9 | B | 0 | 4 | F7 | 36 | 5B |
Octal | 335 | 332 | 364 | 11 | 13 | 0 | 4 | 367 | 66 | 133 |
Binary | 11011101 | 11011010 | 11110100 | 1001 | 1011 | 0 | 100 | 11110111 | 110110 | 1011011 |
Color Harmonies of #DDDAF4
Complementary color
Monochromatic Colors of #DDDAF4
Black with #DDDAF4
Text Example
Text Example
White with #DDDAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAF4; }
p { color: rgb(221,218,244); }
H1.HeaderClassName
{
color: #DDDAF4;
}
.AnyTagClassName
{
color: #DDDAF4;
}
</style>
background-color css
<style>
a { background-color: #DDDAF4; }
a { background-color: rgb(221,218,244); }
div.DivClassName
{
background-color: #DDDAF4;
}
.BgClassName
{
background-color: #DDDAF4;
}
</style>
border-color css
<style>
span { border-color: #DDDAF4; }
span { border-color: rgb(221,218,244); }
td.TdClassName
{
border-color: #DDDAF4;
}
.TagClassName
{
border-color: #DDDAF4;
}
</style>