Shades of Quartz #DDDFED
Tints of Quartz #DDDFED
RGB
CMYK
RGB Variations
Color information
#DDDFED (or 0xDDDFED) is known color: Quartz. HEX triplet: DD, DF and ED. RGB value is (221,223,237). Sum of RGB (Red+Green+Blue) = 221+223+237=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFED is #222012. Grayscale: #DFDFDF. Windows color (decimal): -2236435 or 15589341. OLE color: 15589341.
HSL color Cylindrical-coordinate representation of color #DDDFED: hue angle of 232.5º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDDFED is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 223 | 237 | - |
CMYK | 0.07 | 0.06 | 0 | 0.07 |
HSL | 232.5º | 0.31% | 0.9% | - |
HSV(B) | 232.5º | 0.07% | 0.93% | - |
XYZ | 71.49 | 74.26 | 90.69 | - |
YUV | 224 | 135.34 | 125.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 237 | 0.07 | 0.06 | 0 | 0.07 | 232.5 | 0.31 | 0.9 |
Hex | DD | DF | ED | 7 | 6 | 0 | 7 | E8 | 1F | 5A |
Octal | 335 | 337 | 355 | 7 | 6 | 0 | 7 | 350 | 37 | 132 |
Binary | 11011101 | 11011111 | 11101101 | 111 | 110 | 0 | 111 | 11101000 | 11111 | 1011010 |
Color Harmonies of #DDDFED
Complementary color
Monochromatic Colors of #DDDFED
Black with #DDDFED
Text Example
Text Example
White with #DDDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFED; }
p { color: rgb(221,223,237); }
H1.HeaderClassName
{
color: #DDDFED;
}
.AnyTagClassName
{
color: #DDDFED;
}
</style>
background-color css
<style>
a { background-color: #DDDFED; }
a { background-color: rgb(221,223,237); }
div.DivClassName
{
background-color: #DDDFED;
}
.BgClassName
{
background-color: #DDDFED;
}
</style>
border-color css
<style>
span { border-color: #DDDFED; }
span { border-color: rgb(221,223,237); }
td.TdClassName
{
border-color: #DDDFED;
}
.TagClassName
{
border-color: #DDDFED;
}
</style>