Shades of Quartz #DDDAEF
Tints of Quartz #DDDAEF
RGB
CMYK
RGB Variations
Color information
#DDDAEF (or 0xDDDAEF) is known color: Quartz. HEX triplet: DD, DA and EF. RGB value is (221,218,239). Sum of RGB (Red+Green+Blue) = 221+218+239=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAEF is #222510. Grayscale: #DDDDDD. Windows color (decimal): -2237713 or 15719133. OLE color: 15719133.
HSL color Cylindrical-coordinate representation of color #DDDAEF: hue angle of 248.57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDAEF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 218 | 239 | - |
CMYK | 0.08 | 0.09 | 0 | 0.06 |
HSL | 248.57º | 0.4% | 0.9% | - |
HSV(B) | 248.57º | 0.09% | 0.94% | - |
XYZ | 70.47 | 71.75 | 91.8 | - |
YUV | 221.29 | 137.99 | 127.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 239 | 0.08 | 0.09 | 0 | 0.06 | 248.57 | 0.4 | 0.9 |
Hex | DD | DA | EF | 8 | 9 | 0 | 6 | F9 | 28 | 5A |
Octal | 335 | 332 | 357 | 10 | 11 | 0 | 6 | 371 | 50 | 132 |
Binary | 11011101 | 11011010 | 11101111 | 1000 | 1001 | 0 | 110 | 11111001 | 101000 | 1011010 |
Color Harmonies of #DDDAEF
Complementary color
Monochromatic Colors of #DDDAEF
Black with #DDDAEF
Text Example
Text Example
White with #DDDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAEF; }
p { color: rgb(221,218,239); }
H1.HeaderClassName
{
color: #DDDAEF;
}
.AnyTagClassName
{
color: #DDDAEF;
}
</style>
background-color css
<style>
a { background-color: #DDDAEF; }
a { background-color: rgb(221,218,239); }
div.DivClassName
{
background-color: #DDDAEF;
}
.BgClassName
{
background-color: #DDDAEF;
}
</style>
border-color css
<style>
span { border-color: #DDDAEF; }
span { border-color: rgb(221,218,239); }
td.TdClassName
{
border-color: #DDDAEF;
}
.TagClassName
{
border-color: #DDDAEF;
}
</style>