Shades of Quartz #DDDDFD
Tints of Quartz #DDDDFD
RGB
CMYK
RGB Variations
Color information
#DDDDFD (or 0xDDDDFD) is known color: Quartz. HEX triplet: DD, DD and FD. RGB value is (221,221,253). Sum of RGB (Red+Green+Blue) = 221+221+253=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDFD is #222202. Grayscale: #E0E0E0. Windows color (decimal): -2236931 or 16637405. OLE color: 16637405.
HSL color Cylindrical-coordinate representation of color #DDDDFD: hue angle of 240º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDDDFD is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 221 | 253 | - |
CMYK | 0.13 | 0.13 | 0 | 0.01 |
HSL | 240º | 0.89% | 0.93% | - |
HSV(B) | 240º | 0.13% | 0.99% | - |
XYZ | 73.4 | 74.18 | 103.38 | - |
YUV | 224.65 | 144 | 125.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 253 | 0.13 | 0.13 | 0 | 0.01 | 240 | 0.89 | 0.93 |
Hex | DD | DD | FD | D | D | 0 | 1 | F0 | 59 | 5D |
Octal | 335 | 335 | 375 | 15 | 15 | 0 | 1 | 360 | 131 | 135 |
Binary | 11011101 | 11011101 | 11111101 | 1101 | 1101 | 0 | 1 | 11110000 | 1011001 | 1011101 |
Color Harmonies of #DDDDFD
Complementary color
Monochromatic Colors of #DDDDFD
Black with #DDDDFD
Text Example
Text Example
White with #DDDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDFD; }
p { color: rgb(221,221,253); }
H1.HeaderClassName
{
color: #DDDDFD;
}
.AnyTagClassName
{
color: #DDDDFD;
}
</style>
background-color css
<style>
a { background-color: #DDDDFD; }
a { background-color: rgb(221,221,253); }
div.DivClassName
{
background-color: #DDDDFD;
}
.BgClassName
{
background-color: #DDDDFD;
}
</style>
border-color css
<style>
span { border-color: #DDDDFD; }
span { border-color: rgb(221,221,253); }
td.TdClassName
{
border-color: #DDDDFD;
}
.TagClassName
{
border-color: #DDDDFD;
}
</style>