Shades of Quartz #DFDCEA
Tints of Quartz #DFDCEA
RGB
CMYK
RGB Variations
Color information
#DFDCEA (or 0xDFDCEA) is known color: Quartz. HEX triplet: DF, DC and EA. RGB value is (223,220,234). Sum of RGB (Red+Green+Blue) = 223+220+234=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCEA is #202315. Grayscale: #DEDEDE. Windows color (decimal): -2106134 or 15391967. OLE color: 15391967.
HSL color Cylindrical-coordinate representation of color #DFDCEA: hue angle of 252.86º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDCEA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 220 | 234 | - |
CMYK | 0.05 | 0.06 | 0 | 0.08 |
HSL | 252.86º | 0.25% | 0.89% | - |
HSV(B) | 252.86º | 0.06% | 0.92% | - |
XYZ | 70.88 | 72.81 | 88.16 | - |
YUV | 222.49 | 134.49 | 128.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 234 | 0.05 | 0.06 | 0 | 0.08 | 252.86 | 0.25 | 0.89 |
Hex | DF | DC | EA | 5 | 6 | 0 | 8 | FD | 19 | 59 |
Octal | 337 | 334 | 352 | 5 | 6 | 0 | 10 | 375 | 31 | 131 |
Binary | 11011111 | 11011100 | 11101010 | 101 | 110 | 0 | 1000 | 11111101 | 11001 | 1011001 |
Color Harmonies of #DFDCEA
Complementary color
Monochromatic Colors of #DFDCEA
Black with #DFDCEA
Text Example
Text Example
White with #DFDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCEA; }
p { color: rgb(223,220,234); }
H1.HeaderClassName
{
color: #DFDCEA;
}
.AnyTagClassName
{
color: #DFDCEA;
}
</style>
background-color css
<style>
a { background-color: #DFDCEA; }
a { background-color: rgb(223,220,234); }
div.DivClassName
{
background-color: #DFDCEA;
}
.BgClassName
{
background-color: #DFDCEA;
}
</style>
border-color css
<style>
span { border-color: #DFDCEA; }
span { border-color: rgb(223,220,234); }
td.TdClassName
{
border-color: #DFDCEA;
}
.TagClassName
{
border-color: #DFDCEA;
}
</style>