Shades of Quartz #DFDEF2
Tints of Quartz #DFDEF2
RGB
CMYK
RGB Variations
Color information
#DFDEF2 (or 0xDFDEF2) is known color: Quartz. HEX triplet: DF, DE and F2. RGB value is (223,222,242). Sum of RGB (Red+Green+Blue) = 223+222+242=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFDEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEF2 is #20210D. Grayscale: #E0E0E0. Windows color (decimal): -2105614 or 15916767. OLE color: 15916767.
HSL color Cylindrical-coordinate representation of color #DFDEF2: hue angle of 243º degrees, saturation: 0.43, 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 #DFDEF2 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 222 | 242 | - |
CMYK | 0.08 | 0.08 | 0 | 0.05 |
HSL | 243º | 0.43% | 0.91% | - |
HSV(B) | 243º | 0.08% | 0.95% | - |
XYZ | 72.58 | 74.34 | 94.53 | - |
YUV | 224.58 | 137.83 | 126.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 242 | 0.08 | 0.08 | 0 | 0.05 | 243 | 0.43 | 0.91 |
Hex | DF | DE | F2 | 8 | 8 | 0 | 5 | F3 | 2B | 5B |
Octal | 337 | 336 | 362 | 10 | 10 | 0 | 5 | 363 | 53 | 133 |
Binary | 11011111 | 11011110 | 11110010 | 1000 | 1000 | 0 | 101 | 11110011 | 101011 | 1011011 |
Color Harmonies of #DFDEF2
Complementary color
Monochromatic Colors of #DFDEF2
Black with #DFDEF2
Text Example
Text Example
White with #DFDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEF2; }
p { color: rgb(223,222,242); }
H1.HeaderClassName
{
color: #DFDEF2;
}
.AnyTagClassName
{
color: #DFDEF2;
}
</style>
background-color css
<style>
a { background-color: #DFDEF2; }
a { background-color: rgb(223,222,242); }
div.DivClassName
{
background-color: #DFDEF2;
}
.BgClassName
{
background-color: #DFDEF2;
}
</style>
border-color css
<style>
span { border-color: #DFDEF2; }
span { border-color: rgb(223,222,242); }
td.TdClassName
{
border-color: #DFDEF2;
}
.TagClassName
{
border-color: #DFDEF2;
}
</style>