Shades of Quartz #DDDBF4
Tints of Quartz #DDDBF4
RGB
CMYK
RGB Variations
Color information
#DDDBF4 (or 0xDDDBF4) is known color: Quartz. HEX triplet: DD, DB and F4. RGB value is (221,219,244). Sum of RGB (Red+Green+Blue) = 221+219+244=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDDBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBF4 is #22240B. Grayscale: #DEDEDE. Windows color (decimal): -2237452 or 16047069. OLE color: 16047069.
HSL color Cylindrical-coordinate representation of color #DDDBF4: hue angle of 244.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDBF4 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 219 | 244 | - |
CMYK | 0.09 | 0.10 | 0 | 0.04 |
HSL | 244.8º | 0.53% | 0.91% | - |
HSV(B) | 244.8º | 0.1% | 0.96% | - |
XYZ | 71.48 | 72.57 | 95.83 | - |
YUV | 222.45 | 140.16 | 126.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 244 | 0.09 | 0.10 | 0 | 0.04 | 244.8 | 0.53 | 0.91 |
Hex | DD | DB | F4 | 9 | A | 0 | 4 | F5 | 35 | 5B |
Octal | 335 | 333 | 364 | 11 | 12 | 0 | 4 | 365 | 65 | 133 |
Binary | 11011101 | 11011011 | 11110100 | 1001 | 1010 | 0 | 100 | 11110101 | 110101 | 1011011 |
Color Harmonies of #DDDBF4
Complementary color
Monochromatic Colors of #DDDBF4
Black with #DDDBF4
Text Example
Text Example
White with #DDDBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBF4; }
p { color: rgb(221,219,244); }
H1.HeaderClassName
{
color: #DDDBF4;
}
.AnyTagClassName
{
color: #DDDBF4;
}
</style>
background-color css
<style>
a { background-color: #DDDBF4; }
a { background-color: rgb(221,219,244); }
div.DivClassName
{
background-color: #DDDBF4;
}
.BgClassName
{
background-color: #DDDBF4;
}
</style>
border-color css
<style>
span { border-color: #DDDBF4; }
span { border-color: rgb(221,219,244); }
td.TdClassName
{
border-color: #DDDBF4;
}
.TagClassName
{
border-color: #DDDBF4;
}
</style>