Shades of Quartz #DDDBF2
Tints of Quartz #DDDBF2
RGB
CMYK
RGB Variations
Color information
#DDDBF2 (or 0xDDDBF2) is known color: Quartz. HEX triplet: DD, DB and F2. RGB value is (221,219,242). Sum of RGB (Red+Green+Blue) = 221+219+242=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDDBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBF2 is #22240D. Grayscale: #DEDEDE. Windows color (decimal): -2237454 or 15915997. OLE color: 15915997.
HSL color Cylindrical-coordinate representation of color #DDDBF2: hue angle of 245.22º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDBF2 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 219 | 242 | - |
CMYK | 0.09 | 0.10 | 0 | 0.05 |
HSL | 245.22º | 0.47% | 0.9% | - |
HSV(B) | 245.22º | 0.1% | 0.95% | - |
XYZ | 71.18 | 72.45 | 94.24 | - |
YUV | 222.22 | 139.16 | 127.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 242 | 0.09 | 0.10 | 0 | 0.05 | 245.22 | 0.47 | 0.9 |
Hex | DD | DB | F2 | 9 | A | 0 | 5 | F5 | 2F | 5A |
Octal | 335 | 333 | 362 | 11 | 12 | 0 | 5 | 365 | 57 | 132 |
Binary | 11011101 | 11011011 | 11110010 | 1001 | 1010 | 0 | 101 | 11110101 | 101111 | 1011010 |
Color Harmonies of #DDDBF2
Complementary color
Monochromatic Colors of #DDDBF2
Black with #DDDBF2
Text Example
Text Example
White with #DDDBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBF2; }
p { color: rgb(221,219,242); }
H1.HeaderClassName
{
color: #DDDBF2;
}
.AnyTagClassName
{
color: #DDDBF2;
}
</style>
background-color css
<style>
a { background-color: #DDDBF2; }
a { background-color: rgb(221,219,242); }
div.DivClassName
{
background-color: #DDDBF2;
}
.BgClassName
{
background-color: #DDDBF2;
}
</style>
border-color css
<style>
span { border-color: #DDDBF2; }
span { border-color: rgb(221,219,242); }
td.TdClassName
{
border-color: #DDDBF2;
}
.TagClassName
{
border-color: #DDDBF2;
}
</style>