Shades of Quartz #DFDEEF
Tints of Quartz #DFDEEF
RGB
CMYK
RGB Variations
Color information
#DFDEEF (or 0xDFDEEF) is known color: Quartz. HEX triplet: DF, DE and EF. RGB value is (223,222,239). Sum of RGB (Red+Green+Blue) = 223+222+239=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEEF is #202110. Grayscale: #E0E0E0. Windows color (decimal): -2105617 or 15720159. OLE color: 15720159.
HSL color Cylindrical-coordinate representation of color #DFDEEF: hue angle of 243.53º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDEEF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 222 | 239 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.06 |
| HSL | 243.53º | 0.35% | 0.9% | - |
| HSV(B) | 243.53º | 0.07% | 0.94% | - |
| XYZ | 72.13 | 74.16 | 92.17 | - |
| YUV | 224.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 239 | 0.07 | 0.07 | 0 | 0.06 | 243.53 | 0.35 | 0.9 |
| Hex | DF | DE | EF | 7 | 7 | 0 | 6 | F4 | 23 | 5A |
| Octal | 337 | 336 | 357 | 7 | 7 | 0 | 6 | 364 | 43 | 132 |
| Binary | 11011111 | 11011110 | 11101111 | 111 | 111 | 0 | 110 | 11110100 | 100011 | 1011010 |
Color Harmonies of #DFDEEF
Complementary color
Monochromatic Colors of #DFDEEF
Black with #DFDEEF
Text Example
Text Example
White with #DFDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEEF; }
p { color: rgb(223,222,239); }
H1.HeaderClassName
{
color: #DFDEEF;
}
.AnyTagClassName
{
color: #DFDEEF;
}
</style>
background-color css
<style>
a { background-color: #DFDEEF; }
a { background-color: rgb(223,222,239); }
div.DivClassName
{
background-color: #DFDEEF;
}
.BgClassName
{
background-color: #DFDEEF;
}
</style>
border-color css
<style>
span { border-color: #DFDEEF; }
span { border-color: rgb(223,222,239); }
td.TdClassName
{
border-color: #DFDEEF;
}
.TagClassName
{
border-color: #DFDEEF;
}
</style>