Shades of Quartz #DFDDFB
Tints of Quartz #DFDDFB
RGB
CMYK
RGB Variations
Color information
#DFDDFB (or 0xDFDDFB) is known color: Quartz. HEX triplet: DF, DD and FB. RGB value is (223,221,251). Sum of RGB (Red+Green+Blue) = 223+221+251=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDFB is #202204. Grayscale: #E0E0E0. Windows color (decimal): -2105861 or 16506335. OLE color: 16506335.
HSL color Cylindrical-coordinate representation of color #DFDDFB: hue angle of 244º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDDFB is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 221 | 251 | - |
CMYK | 0.11 | 0.12 | 0 | 0.02 |
HSL | 244º | 0.79% | 0.93% | - |
HSV(B) | 244º | 0.12% | 0.98% | - |
XYZ | 73.7 | 74.37 | 101.74 | - |
YUV | 225.02 | 142.66 | 126.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 251 | 0.11 | 0.12 | 0 | 0.02 | 244 | 0.79 | 0.93 |
Hex | DF | DD | FB | B | C | 0 | 2 | F4 | 4F | 5D |
Octal | 337 | 335 | 373 | 13 | 14 | 0 | 2 | 364 | 117 | 135 |
Binary | 11011111 | 11011101 | 11111011 | 1011 | 1100 | 0 | 10 | 11110100 | 1001111 | 1011101 |
Color Harmonies of #DFDDFB
Complementary color
Monochromatic Colors of #DFDDFB
Black with #DFDDFB
Text Example
Text Example
White with #DFDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDFB; }
p { color: rgb(223,221,251); }
H1.HeaderClassName
{
color: #DFDDFB;
}
.AnyTagClassName
{
color: #DFDDFB;
}
</style>
background-color css
<style>
a { background-color: #DFDDFB; }
a { background-color: rgb(223,221,251); }
div.DivClassName
{
background-color: #DFDDFB;
}
.BgClassName
{
background-color: #DFDDFB;
}
</style>
border-color css
<style>
span { border-color: #DFDDFB; }
span { border-color: rgb(223,221,251); }
td.TdClassName
{
border-color: #DFDDFB;
}
.TagClassName
{
border-color: #DFDDFB;
}
</style>