Shades of Quartz #DDDAFB
Tints of Quartz #DDDAFB
RGB
CMYK
RGB Variations
Color information
#DDDAFB (or 0xDDDAFB) is known color: Quartz. HEX triplet: DD, DA and FB. RGB value is (221,218,251). Sum of RGB (Red+Green+Blue) = 221+218+251=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDDAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAFB is #222504. Grayscale: #DEDEDE. Windows color (decimal): -2237701 or 16505565. OLE color: 16505565.
HSL color Cylindrical-coordinate representation of color #DDDAFB: hue angle of 245.45º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDDAFB is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 218 | 251 | - |
CMYK | 0.12 | 0.13 | 0 | 0.02 |
HSL | 245.45º | 0.8% | 0.92% | - |
HSV(B) | 245.45º | 0.13% | 0.98% | - |
XYZ | 72.3 | 72.48 | 101.45 | - |
YUV | 222.66 | 143.99 | 126.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 251 | 0.12 | 0.13 | 0 | 0.02 | 245.45 | 0.8 | 0.92 |
Hex | DD | DA | FB | C | D | 0 | 2 | F5 | 50 | 5C |
Octal | 335 | 332 | 373 | 14 | 15 | 0 | 2 | 365 | 120 | 134 |
Binary | 11011101 | 11011010 | 11111011 | 1100 | 1101 | 0 | 10 | 11110101 | 1010000 | 1011100 |
Color Harmonies of #DDDAFB
Complementary color
Monochromatic Colors of #DDDAFB
Black with #DDDAFB
Text Example
Text Example
White with #DDDAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAFB; }
p { color: rgb(221,218,251); }
H1.HeaderClassName
{
color: #DDDAFB;
}
.AnyTagClassName
{
color: #DDDAFB;
}
</style>
background-color css
<style>
a { background-color: #DDDAFB; }
a { background-color: rgb(221,218,251); }
div.DivClassName
{
background-color: #DDDAFB;
}
.BgClassName
{
background-color: #DDDAFB;
}
</style>
border-color css
<style>
span { border-color: #DDDAFB; }
span { border-color: rgb(221,218,251); }
td.TdClassName
{
border-color: #DDDAFB;
}
.TagClassName
{
border-color: #DDDAFB;
}
</style>