Shades of Quartz #DFDCFB
Tints of Quartz #DFDCFB
RGB
CMYK
RGB Variations
Color information
#DFDCFB (or 0xDFDCFB) is known color: Quartz. HEX triplet: DF, DC and FB. RGB value is (223,220,251). Sum of RGB (Red+Green+Blue) = 223+220+251=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCFB is #202304. Grayscale: #E0E0E0. Windows color (decimal): -2106117 or 16506079. OLE color: 16506079.
HSL color Cylindrical-coordinate representation of color #DFDCFB: hue angle of 245.81º 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 #DFDCFB is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 220 | 251 | - |
CMYK | 0.11 | 0.12 | 0 | 0.02 |
HSL | 245.81º | 0.79% | 0.92% | - |
HSV(B) | 245.81º | 0.12% | 0.98% | - |
XYZ | 73.44 | 73.84 | 101.65 | - |
YUV | 224.43 | 142.99 | 126.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 251 | 0.11 | 0.12 | 0 | 0.02 | 245.81 | 0.79 | 0.92 |
Hex | DF | DC | FB | B | C | 0 | 2 | F6 | 4F | 5C |
Octal | 337 | 334 | 373 | 13 | 14 | 0 | 2 | 366 | 117 | 134 |
Binary | 11011111 | 11011100 | 11111011 | 1011 | 1100 | 0 | 10 | 11110110 | 1001111 | 1011100 |
Color Harmonies of #DFDCFB
Complementary color
Monochromatic Colors of #DFDCFB
Black with #DFDCFB
Text Example
Text Example
White with #DFDCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCFB; }
p { color: rgb(223,220,251); }
H1.HeaderClassName
{
color: #DFDCFB;
}
.AnyTagClassName
{
color: #DFDCFB;
}
</style>
background-color css
<style>
a { background-color: #DFDCFB; }
a { background-color: rgb(223,220,251); }
div.DivClassName
{
background-color: #DFDCFB;
}
.BgClassName
{
background-color: #DFDCFB;
}
</style>
border-color css
<style>
span { border-color: #DFDCFB; }
span { border-color: rgb(223,220,251); }
td.TdClassName
{
border-color: #DFDCFB;
}
.TagClassName
{
border-color: #DFDCFB;
}
</style>