Shades of Quartz #DDDBF3
Tints of Quartz #DDDBF3
RGB
CMYK
RGB Variations
Color information
#DDDBF3 (or 0xDDDBF3) is known color: Quartz. HEX triplet: DD, DB and F3. RGB value is (221,219,243). Sum of RGB (Red+Green+Blue) = 221+219+243=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDDBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBF3 is #22240C. Grayscale: #DEDEDE. Windows color (decimal): -2237453 or 15981533. OLE color: 15981533.
HSL color Cylindrical-coordinate representation of color #DDDBF3: hue angle of 245º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDBF3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 219 | 243 | - |
CMYK | 0.09 | 0.10 | 0 | 0.05 |
HSL | 245º | 0.5% | 0.91% | - |
HSV(B) | 245º | 0.1% | 0.95% | - |
XYZ | 71.33 | 72.51 | 95.03 | - |
YUV | 222.33 | 139.66 | 127.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 243 | 0.09 | 0.10 | 0 | 0.05 | 245 | 0.5 | 0.91 |
Hex | DD | DB | F3 | 9 | A | 0 | 5 | F5 | 32 | 5B |
Octal | 335 | 333 | 363 | 11 | 12 | 0 | 5 | 365 | 62 | 133 |
Binary | 11011101 | 11011011 | 11110011 | 1001 | 1010 | 0 | 101 | 11110101 | 110010 | 1011011 |
Color Harmonies of #DDDBF3
Complementary color
Monochromatic Colors of #DDDBF3
Black with #DDDBF3
Text Example
Text Example
White with #DDDBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBF3; }
p { color: rgb(221,219,243); }
H1.HeaderClassName
{
color: #DDDBF3;
}
.AnyTagClassName
{
color: #DDDBF3;
}
</style>
background-color css
<style>
a { background-color: #DDDBF3; }
a { background-color: rgb(221,219,243); }
div.DivClassName
{
background-color: #DDDBF3;
}
.BgClassName
{
background-color: #DDDBF3;
}
</style>
border-color css
<style>
span { border-color: #DDDBF3; }
span { border-color: rgb(221,219,243); }
td.TdClassName
{
border-color: #DDDBF3;
}
.TagClassName
{
border-color: #DDDBF3;
}
</style>