Shades of Quartz #DFDEF1
Tints of Quartz #DFDEF1
RGB
CMYK
RGB Variations
Color information
#DFDEF1 (or 0xDFDEF1) is known color: Quartz. HEX triplet: DF, DE and F1. RGB value is (223,222,241). Sum of RGB (Red+Green+Blue) = 223+222+241=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEF1 is #20210E. Grayscale: #E0E0E0. Windows color (decimal): -2105615 or 15851231. OLE color: 15851231.
HSL color Cylindrical-coordinate representation of color #DFDEF1: hue angle of 243.16º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDEF1 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 222 | 241 | - |
CMYK | 0.07 | 0.08 | 0 | 0.05 |
HSL | 243.16º | 0.4% | 0.91% | - |
HSV(B) | 243.16º | 0.08% | 0.95% | - |
XYZ | 72.43 | 74.28 | 93.74 | - |
YUV | 224.47 | 137.33 | 126.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 241 | 0.07 | 0.08 | 0 | 0.05 | 243.16 | 0.4 | 0.91 |
Hex | DF | DE | F1 | 7 | 8 | 0 | 5 | F3 | 28 | 5B |
Octal | 337 | 336 | 361 | 7 | 10 | 0 | 5 | 363 | 50 | 133 |
Binary | 11011111 | 11011110 | 11110001 | 111 | 1000 | 0 | 101 | 11110011 | 101000 | 1011011 |
Color Harmonies of #DFDEF1
Complementary color
Monochromatic Colors of #DFDEF1
Black with #DFDEF1
Text Example
Text Example
White with #DFDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEF1; }
p { color: rgb(223,222,241); }
H1.HeaderClassName
{
color: #DFDEF1;
}
.AnyTagClassName
{
color: #DFDEF1;
}
</style>
background-color css
<style>
a { background-color: #DFDEF1; }
a { background-color: rgb(223,222,241); }
div.DivClassName
{
background-color: #DFDEF1;
}
.BgClassName
{
background-color: #DFDEF1;
}
</style>
border-color css
<style>
span { border-color: #DFDEF1; }
span { border-color: rgb(223,222,241); }
td.TdClassName
{
border-color: #DFDEF1;
}
.TagClassName
{
border-color: #DFDEF1;
}
</style>