Shades of Quartz #DDDBFC
Tints of Quartz #DDDBFC
RGB
CMYK
RGB Variations
Color information
#DDDBFC (or 0xDDDBFC) is known color: Quartz. HEX triplet: DD, DB and FC. RGB value is (221,219,252). Sum of RGB (Red+Green+Blue) = 221+219+252=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBFC is #222403. Grayscale: #DFDFDF. Windows color (decimal): -2237444 or 16571357. OLE color: 16571357.
HSL color Cylindrical-coordinate representation of color #DDDBFC: hue angle of 243.64º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDDBFC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 219 | 252 | - |
CMYK | 0.12 | 0.13 | 0 | 0.01 |
HSL | 243.64º | 0.85% | 0.92% | - |
HSV(B) | 243.64º | 0.13% | 0.99% | - |
XYZ | 72.72 | 73.06 | 102.37 | - |
YUV | 223.36 | 144.16 | 126.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 252 | 0.12 | 0.13 | 0 | 0.01 | 243.64 | 0.85 | 0.92 |
Hex | DD | DB | FC | C | D | 0 | 1 | F4 | 55 | 5C |
Octal | 335 | 333 | 374 | 14 | 15 | 0 | 1 | 364 | 125 | 134 |
Binary | 11011101 | 11011011 | 11111100 | 1100 | 1101 | 0 | 1 | 11110100 | 1010101 | 1011100 |
Color Harmonies of #DDDBFC
Complementary color
Monochromatic Colors of #DDDBFC
Black with #DDDBFC
Text Example
Text Example
White with #DDDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBFC; }
p { color: rgb(221,219,252); }
H1.HeaderClassName
{
color: #DDDBFC;
}
.AnyTagClassName
{
color: #DDDBFC;
}
</style>
background-color css
<style>
a { background-color: #DDDBFC; }
a { background-color: rgb(221,219,252); }
div.DivClassName
{
background-color: #DDDBFC;
}
.BgClassName
{
background-color: #DDDBFC;
}
</style>
border-color css
<style>
span { border-color: #DDDBFC; }
span { border-color: rgb(221,219,252); }
td.TdClassName
{
border-color: #DDDBFC;
}
.TagClassName
{
border-color: #DDDBFC;
}
</style>