Shades of Quartz #DDDAFC
Tints of Quartz #DDDAFC
RGB
CMYK
RGB Variations
Color information
#DDDAFC (or 0xDDDAFC) is known color: Quartz. HEX triplet: DD, DA and FC. RGB value is (221,218,252). Sum of RGB (Red+Green+Blue) = 221+218+252=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAFC is #222503. Grayscale: #DEDEDE. Windows color (decimal): -2237700 or 16571101. OLE color: 16571101.
HSL color Cylindrical-coordinate representation of color #DDDAFC: hue angle of 245.29º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDDAFC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 218 | 252 | - |
CMYK | 0.12 | 0.13 | 0 | 0.01 |
HSL | 245.29º | 0.85% | 0.92% | - |
HSV(B) | 245.29º | 0.13% | 0.99% | - |
XYZ | 72.46 | 72.54 | 102.28 | - |
YUV | 222.77 | 144.49 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 252 | 0.12 | 0.13 | 0 | 0.01 | 245.29 | 0.85 | 0.92 |
Hex | DD | DA | FC | C | D | 0 | 1 | F5 | 55 | 5C |
Octal | 335 | 332 | 374 | 14 | 15 | 0 | 1 | 365 | 125 | 134 |
Binary | 11011101 | 11011010 | 11111100 | 1100 | 1101 | 0 | 1 | 11110101 | 1010101 | 1011100 |
Color Harmonies of #DDDAFC
Complementary color
Monochromatic Colors of #DDDAFC
Black with #DDDAFC
Text Example
Text Example
White with #DDDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAFC; }
p { color: rgb(221,218,252); }
H1.HeaderClassName
{
color: #DDDAFC;
}
.AnyTagClassName
{
color: #DDDAFC;
}
</style>
background-color css
<style>
a { background-color: #DDDAFC; }
a { background-color: rgb(221,218,252); }
div.DivClassName
{
background-color: #DDDAFC;
}
.BgClassName
{
background-color: #DDDAFC;
}
</style>
border-color css
<style>
span { border-color: #DDDAFC; }
span { border-color: rgb(221,218,252); }
td.TdClassName
{
border-color: #DDDAFC;
}
.TagClassName
{
border-color: #DDDAFC;
}
</style>