Shades of Quartz #DDDEED
Tints of Quartz #DDDEED
RGB
CMYK
RGB Variations
Color information
#DDDEED (or 0xDDDEED) is known color: Quartz. HEX triplet: DD, DE and ED. RGB value is (221,222,237). Sum of RGB (Red+Green+Blue) = 221+222+237=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDDEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEED is #222112. Grayscale: #DFDFDF. Windows color (decimal): -2236691 or 15589085. OLE color: 15589085.
HSL color Cylindrical-coordinate representation of color #DDDEED: hue angle of 236.25º 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 #DDDEED is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 222 | 237 | - |
CMYK | 0.07 | 0.06 | 0 | 0.07 |
HSL | 236.25º | 0.31% | 0.9% | - |
HSV(B) | 236.25º | 0.07% | 0.93% | - |
XYZ | 71.23 | 73.73 | 90.6 | - |
YUV | 223.41 | 135.67 | 126.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 237 | 0.07 | 0.06 | 0 | 0.07 | 236.25 | 0.31 | 0.9 |
Hex | DD | DE | ED | 7 | 6 | 0 | 7 | EC | 1F | 5A |
Octal | 335 | 336 | 355 | 7 | 6 | 0 | 7 | 354 | 37 | 132 |
Binary | 11011101 | 11011110 | 11101101 | 111 | 110 | 0 | 111 | 11101100 | 11111 | 1011010 |
Color Harmonies of #DDDEED
Complementary color
Monochromatic Colors of #DDDEED
Black with #DDDEED
Text Example
Text Example
White with #DDDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEED; }
p { color: rgb(221,222,237); }
H1.HeaderClassName
{
color: #DDDEED;
}
.AnyTagClassName
{
color: #DDDEED;
}
</style>
background-color css
<style>
a { background-color: #DDDEED; }
a { background-color: rgb(221,222,237); }
div.DivClassName
{
background-color: #DDDEED;
}
.BgClassName
{
background-color: #DDDEED;
}
</style>
border-color css
<style>
span { border-color: #DDDEED; }
span { border-color: rgb(221,222,237); }
td.TdClassName
{
border-color: #DDDEED;
}
.TagClassName
{
border-color: #DDDEED;
}
</style>