Shades of Quartz #DDDDEF
Tints of Quartz #DDDDEF
RGB
CMYK
RGB Variations
Color information
#DDDDEF (or 0xDDDDEF) is known color: Quartz. HEX triplet: DD, DD and EF. RGB value is (221,221,239). Sum of RGB (Red+Green+Blue) = 221+221+239=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDEF is #222210. Grayscale: #DEDEDE. Windows color (decimal): -2236945 or 15719901. OLE color: 15719901.
HSL color Cylindrical-coordinate representation of color #DDDDEF: hue angle of 240º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDDEF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 221 | 239 | - |
CMYK | 0.08 | 0.08 | 0 | 0.06 |
HSL | 240º | 0.36% | 0.9% | - |
HSV(B) | 240º | 0.08% | 0.94% | - |
XYZ | 71.26 | 73.32 | 92.06 | - |
YUV | 223.05 | 137 | 126.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 239 | 0.08 | 0.08 | 0 | 0.06 | 240 | 0.36 | 0.9 |
Hex | DD | DD | EF | 8 | 8 | 0 | 6 | F0 | 24 | 5A |
Octal | 335 | 335 | 357 | 10 | 10 | 0 | 6 | 360 | 44 | 132 |
Binary | 11011101 | 11011101 | 11101111 | 1000 | 1000 | 0 | 110 | 11110000 | 100100 | 1011010 |
Color Harmonies of #DDDDEF
Complementary color
Monochromatic Colors of #DDDDEF
Black with #DDDDEF
Text Example
Text Example
White with #DDDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDEF; }
p { color: rgb(221,221,239); }
H1.HeaderClassName
{
color: #DDDDEF;
}
.AnyTagClassName
{
color: #DDDDEF;
}
</style>
background-color css
<style>
a { background-color: #DDDDEF; }
a { background-color: rgb(221,221,239); }
div.DivClassName
{
background-color: #DDDDEF;
}
.BgClassName
{
background-color: #DDDDEF;
}
</style>
border-color css
<style>
span { border-color: #DDDDEF; }
span { border-color: rgb(221,221,239); }
td.TdClassName
{
border-color: #DDDDEF;
}
.TagClassName
{
border-color: #DDDDEF;
}
</style>