Shades of Quartz #DDDCFB
Tints of Quartz #DDDCFB
RGB
CMYK
RGB Variations
Color information
#DDDCFB (or 0xDDDCFB) is known color: Quartz. HEX triplet: DD, DC and FB. RGB value is (221,220,251). Sum of RGB (Red+Green+Blue) = 221+220+251=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCFB is #222304. Grayscale: #DFDFDF. Windows color (decimal): -2237189 or 16506077. OLE color: 16506077.
HSL color Cylindrical-coordinate representation of color #DDDCFB: hue angle of 241.94º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDCFB is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 220 | 251 | - |
CMYK | 0.12 | 0.12 | 0 | 0.02 |
HSL | 241.94º | 0.79% | 0.92% | - |
HSV(B) | 241.94º | 0.12% | 0.98% | - |
XYZ | 72.82 | 73.52 | 101.62 | - |
YUV | 223.83 | 143.33 | 125.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 251 | 0.12 | 0.12 | 0 | 0.02 | 241.94 | 0.79 | 0.92 |
Hex | DD | DC | FB | C | C | 0 | 2 | F2 | 4F | 5C |
Octal | 335 | 334 | 373 | 14 | 14 | 0 | 2 | 362 | 117 | 134 |
Binary | 11011101 | 11011100 | 11111011 | 1100 | 1100 | 0 | 10 | 11110010 | 1001111 | 1011100 |
Color Harmonies of #DDDCFB
Complementary color
Monochromatic Colors of #DDDCFB
Black with #DDDCFB
Text Example
Text Example
White with #DDDCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCFB; }
p { color: rgb(221,220,251); }
H1.HeaderClassName
{
color: #DDDCFB;
}
.AnyTagClassName
{
color: #DDDCFB;
}
</style>
background-color css
<style>
a { background-color: #DDDCFB; }
a { background-color: rgb(221,220,251); }
div.DivClassName
{
background-color: #DDDCFB;
}
.BgClassName
{
background-color: #DDDCFB;
}
</style>
border-color css
<style>
span { border-color: #DDDCFB; }
span { border-color: rgb(221,220,251); }
td.TdClassName
{
border-color: #DDDCFB;
}
.TagClassName
{
border-color: #DDDCFB;
}
</style>