Shades of Quartz #DDDDF0
Tints of Quartz #DDDDF0
RGB
CMYK
RGB Variations
Color information
#DDDDF0 (or 0xDDDDF0) is known color: Quartz. HEX triplet: DD, DD and F0. RGB value is (221,221,240). Sum of RGB (Red+Green+Blue) = 221+221+240=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF0 is #22220F. Grayscale: #DFDFDF. Windows color (decimal): -2236944 or 15785437. OLE color: 15785437.
HSL color Cylindrical-coordinate representation of color #DDDDF0: hue angle of 240º degrees, saturation: 0.39, 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 #DDDDF0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 221 | 240 | - |
CMYK | 0.08 | 0.08 | 0 | 0.06 |
HSL | 240º | 0.39% | 0.9% | - |
HSV(B) | 240º | 0.08% | 0.94% | - |
XYZ | 71.4 | 73.38 | 92.84 | - |
YUV | 223.17 | 137.5 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 240 | 0.08 | 0.08 | 0 | 0.06 | 240 | 0.39 | 0.9 |
Hex | DD | DD | F0 | 8 | 8 | 0 | 6 | F0 | 27 | 5A |
Octal | 335 | 335 | 360 | 10 | 10 | 0 | 6 | 360 | 47 | 132 |
Binary | 11011101 | 11011101 | 11110000 | 1000 | 1000 | 0 | 110 | 11110000 | 100111 | 1011010 |
Color Harmonies of #DDDDF0
Complementary color
Monochromatic Colors of #DDDDF0
Black with #DDDDF0
Text Example
Text Example
White with #DDDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDF0; }
p { color: rgb(221,221,240); }
H1.HeaderClassName
{
color: #DDDDF0;
}
.AnyTagClassName
{
color: #DDDDF0;
}
</style>
background-color css
<style>
a { background-color: #DDDDF0; }
a { background-color: rgb(221,221,240); }
div.DivClassName
{
background-color: #DDDDF0;
}
.BgClassName
{
background-color: #DDDDF0;
}
</style>
border-color css
<style>
span { border-color: #DDDDF0; }
span { border-color: rgb(221,221,240); }
td.TdClassName
{
border-color: #DDDDF0;
}
.TagClassName
{
border-color: #DDDDF0;
}
</style>