Shades of Quartz #DDDDF7
Tints of Quartz #DDDDF7
RGB
CMYK
RGB Variations
Color information
#DDDDF7 (or 0xDDDDF7) is known color: Quartz. HEX triplet: DD, DD and F7. RGB value is (221,221,247). Sum of RGB (Red+Green+Blue) = 221+221+247=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDDDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF7 is #222208. Grayscale: #DFDFDF. Windows color (decimal): -2236937 or 16244189. OLE color: 16244189.
HSL color Cylindrical-coordinate representation of color #DDDDF7: hue angle of 240º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDDF7 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 221 | 247 | - |
CMYK | 0.11 | 0.11 | 0 | 0.03 |
HSL | 240º | 0.62% | 0.92% | - |
HSV(B) | 240º | 0.11% | 0.97% | - |
XYZ | 72.46 | 73.8 | 98.42 | - |
YUV | 223.96 | 141 | 125.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 247 | 0.11 | 0.11 | 0 | 0.03 | 240 | 0.62 | 0.92 |
Hex | DD | DD | F7 | B | B | 0 | 3 | F0 | 3E | 5C |
Octal | 335 | 335 | 367 | 13 | 13 | 0 | 3 | 360 | 76 | 134 |
Binary | 11011101 | 11011101 | 11110111 | 1011 | 1011 | 0 | 11 | 11110000 | 111110 | 1011100 |
Color Harmonies of #DDDDF7
Complementary color
Monochromatic Colors of #DDDDF7
Black with #DDDDF7
Text Example
Text Example
White with #DDDDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDF7; }
p { color: rgb(221,221,247); }
H1.HeaderClassName
{
color: #DDDDF7;
}
.AnyTagClassName
{
color: #DDDDF7;
}
</style>
background-color css
<style>
a { background-color: #DDDDF7; }
a { background-color: rgb(221,221,247); }
div.DivClassName
{
background-color: #DDDDF7;
}
.BgClassName
{
background-color: #DDDDF7;
}
</style>
border-color css
<style>
span { border-color: #DDDDF7; }
span { border-color: rgb(221,221,247); }
td.TdClassName
{
border-color: #DDDDF7;
}
.TagClassName
{
border-color: #DDDDF7;
}
</style>