Shades of Quartz #DDDBF5
Tints of Quartz #DDDBF5
RGB
CMYK
RGB Variations
Color information
#DDDBF5 (or 0xDDDBF5) is known color: Quartz. HEX triplet: DD, DB and F5. RGB value is (221,219,245). Sum of RGB (Red+Green+Blue) = 221+219+245=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDDBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBF5 is #22240A. Grayscale: #DEDEDE. Windows color (decimal): -2237451 or 16112605. OLE color: 16112605.
HSL color Cylindrical-coordinate representation of color #DDDBF5: hue angle of 244.62º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDBF5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 219 | 245 | - |
CMYK | 0.10 | 0.11 | 0 | 0.04 |
HSL | 244.62º | 0.57% | 0.91% | - |
HSV(B) | 244.62º | 0.11% | 0.96% | - |
XYZ | 71.63 | 72.63 | 96.63 | - |
YUV | 222.56 | 140.66 | 126.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 245 | 0.10 | 0.11 | 0 | 0.04 | 244.62 | 0.57 | 0.91 |
Hex | DD | DB | F5 | A | B | 0 | 4 | F5 | 39 | 5B |
Octal | 335 | 333 | 365 | 12 | 13 | 0 | 4 | 365 | 71 | 133 |
Binary | 11011101 | 11011011 | 11110101 | 1010 | 1011 | 0 | 100 | 11110101 | 111001 | 1011011 |
Color Harmonies of #DDDBF5
Complementary color
Monochromatic Colors of #DDDBF5
Black with #DDDBF5
Text Example
Text Example
White with #DDDBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBF5; }
p { color: rgb(221,219,245); }
H1.HeaderClassName
{
color: #DDDBF5;
}
.AnyTagClassName
{
color: #DDDBF5;
}
</style>
background-color css
<style>
a { background-color: #DDDBF5; }
a { background-color: rgb(221,219,245); }
div.DivClassName
{
background-color: #DDDBF5;
}
.BgClassName
{
background-color: #DDDBF5;
}
</style>
border-color css
<style>
span { border-color: #DDDBF5; }
span { border-color: rgb(221,219,245); }
td.TdClassName
{
border-color: #DDDBF5;
}
.TagClassName
{
border-color: #DDDBF5;
}
</style>