Shades of Quartz #DFDEEA
Tints of Quartz #DFDEEA
RGB
CMYK
RGB Variations
Color information
#DFDEEA (or 0xDFDEEA) is known color: Quartz. HEX triplet: DF, DE and EA. RGB value is (223,222,234). Sum of RGB (Red+Green+Blue) = 223+222+234=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEEA is #202115. Grayscale: #DFDFDF. Windows color (decimal): -2105622 or 15392479. OLE color: 15392479.
HSL color Cylindrical-coordinate representation of color #DFDEEA: hue angle of 245º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDEEA is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 222 | 234 | - |
CMYK | 0.05 | 0.05 | 0 | 0.08 |
HSL | 245º | 0.22% | 0.89% | - |
HSV(B) | 245º | 0.05% | 0.92% | - |
XYZ | 71.4 | 73.87 | 88.34 | - |
YUV | 223.67 | 133.83 | 127.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 234 | 0.05 | 0.05 | 0 | 0.08 | 245 | 0.22 | 0.89 |
Hex | DF | DE | EA | 5 | 5 | 0 | 8 | F5 | 16 | 59 |
Octal | 337 | 336 | 352 | 5 | 5 | 0 | 10 | 365 | 26 | 131 |
Binary | 11011111 | 11011110 | 11101010 | 101 | 101 | 0 | 1000 | 11110101 | 10110 | 1011001 |
Color Harmonies of #DFDEEA
Complementary color
Monochromatic Colors of #DFDEEA
Black with #DFDEEA
Text Example
Text Example
White with #DFDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEEA; }
p { color: rgb(223,222,234); }
H1.HeaderClassName
{
color: #DFDEEA;
}
.AnyTagClassName
{
color: #DFDEEA;
}
</style>
background-color css
<style>
a { background-color: #DFDEEA; }
a { background-color: rgb(223,222,234); }
div.DivClassName
{
background-color: #DFDEEA;
}
.BgClassName
{
background-color: #DFDEEA;
}
</style>
border-color css
<style>
span { border-color: #DFDEEA; }
span { border-color: rgb(223,222,234); }
td.TdClassName
{
border-color: #DFDEEA;
}
.TagClassName
{
border-color: #DFDEEA;
}
</style>