Shades of Quartz #DDDBF0
Tints of Quartz #DDDBF0
RGB
CMYK
RGB Variations
Color information
#DDDBF0 (or 0xDDDBF0) is known color: Quartz. HEX triplet: DD, DB and F0. RGB value is (221,219,240). Sum of RGB (Red+Green+Blue) = 221+219+240=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDDBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBF0 is #22240F. Grayscale: #DDDDDD. Windows color (decimal): -2237456 or 15784925. OLE color: 15784925.
HSL color Cylindrical-coordinate representation of color #DDDBF0: hue angle of 245.71º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDBF0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 219 | 240 | - |
CMYK | 0.08 | 0.09 | 0 | 0.06 |
HSL | 245.71º | 0.41% | 0.9% | - |
HSV(B) | 245.71º | 0.09% | 0.94% | - |
XYZ | 70.88 | 72.33 | 92.66 | - |
YUV | 221.99 | 138.16 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 240 | 0.08 | 0.09 | 0 | 0.06 | 245.71 | 0.41 | 0.9 |
Hex | DD | DB | F0 | 8 | 9 | 0 | 6 | F6 | 29 | 5A |
Octal | 335 | 333 | 360 | 10 | 11 | 0 | 6 | 366 | 51 | 132 |
Binary | 11011101 | 11011011 | 11110000 | 1000 | 1001 | 0 | 110 | 11110110 | 101001 | 1011010 |
Color Harmonies of #DDDBF0
Complementary color
Monochromatic Colors of #DDDBF0
Black with #DDDBF0
Text Example
Text Example
White with #DDDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBF0; }
p { color: rgb(221,219,240); }
H1.HeaderClassName
{
color: #DDDBF0;
}
.AnyTagClassName
{
color: #DDDBF0;
}
</style>
background-color css
<style>
a { background-color: #DDDBF0; }
a { background-color: rgb(221,219,240); }
div.DivClassName
{
background-color: #DDDBF0;
}
.BgClassName
{
background-color: #DDDBF0;
}
</style>
border-color css
<style>
span { border-color: #DDDBF0; }
span { border-color: rgb(221,219,240); }
td.TdClassName
{
border-color: #DDDBF0;
}
.TagClassName
{
border-color: #DDDBF0;
}
</style>