Shades of Quartz #DFE1ED
Tints of Quartz #DFE1ED
RGB
CMYK
RGB Variations
Color information
#DFE1ED (or 0xDFE1ED) is known color: Quartz. HEX triplet: DF, E1 and ED. RGB value is (223,225,237). Sum of RGB (Red+Green+Blue) = 223+225+237=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1ED is #201E12. Grayscale: #E1E1E1. Windows color (decimal): -2104851 or 15589855. OLE color: 15589855.
HSL color Cylindrical-coordinate representation of color #DFE1ED: hue angle of 231.43º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE1ED is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 225 | 237 | - |
CMYK | 0.06 | 0.05 | 0 | 0.07 |
HSL | 231.43º | 0.28% | 0.9% | - |
HSV(B) | 231.43º | 0.06% | 0.93% | - |
XYZ | 72.64 | 75.65 | 90.89 | - |
YUV | 225.77 | 134.34 | 126.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 225 | 237 | 0.06 | 0.05 | 0 | 0.07 | 231.43 | 0.28 | 0.9 |
Hex | DF | E1 | ED | 6 | 5 | 0 | 7 | E7 | 1C | 5A |
Octal | 337 | 341 | 355 | 6 | 5 | 0 | 7 | 347 | 34 | 132 |
Binary | 11011111 | 11100001 | 11101101 | 110 | 101 | 0 | 111 | 11100111 | 11100 | 1011010 |
Color Harmonies of #DFE1ED
Complementary color
Monochromatic Colors of #DFE1ED
Black with #DFE1ED
Text Example
Text Example
White with #DFE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1ED; }
p { color: rgb(223,225,237); }
H1.HeaderClassName
{
color: #DFE1ED;
}
.AnyTagClassName
{
color: #DFE1ED;
}
</style>
background-color css
<style>
a { background-color: #DFE1ED; }
a { background-color: rgb(223,225,237); }
div.DivClassName
{
background-color: #DFE1ED;
}
.BgClassName
{
background-color: #DFE1ED;
}
</style>
border-color css
<style>
span { border-color: #DFE1ED; }
span { border-color: rgb(223,225,237); }
td.TdClassName
{
border-color: #DFE1ED;
}
.TagClassName
{
border-color: #DFE1ED;
}
</style>