Shades of Quartz #DFDFF1
Tints of Quartz #DFDFF1
RGB
CMYK
RGB Variations
Color information
#DFDFF1 (or 0xDFDFF1) is known color: Quartz. HEX triplet: DF, DF and F1. RGB value is (223,223,241). Sum of RGB (Red+Green+Blue) = 223+223+241=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFF1 is #20200E. Grayscale: #E0E0E0. Windows color (decimal): -2105359 or 15851487. OLE color: 15851487.
HSL color Cylindrical-coordinate representation of color #DFDFF1: hue angle of 240º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDFF1 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 223 | 241 | - |
CMYK | 0.07 | 0.07 | 0 | 0.05 |
HSL | 240º | 0.39% | 0.91% | - |
HSV(B) | 240º | 0.07% | 0.95% | - |
XYZ | 72.7 | 74.81 | 93.83 | - |
YUV | 225.05 | 137 | 126.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 241 | 0.07 | 0.07 | 0 | 0.05 | 240 | 0.39 | 0.91 |
Hex | DF | DF | F1 | 7 | 7 | 0 | 5 | F0 | 27 | 5B |
Octal | 337 | 337 | 361 | 7 | 7 | 0 | 5 | 360 | 47 | 133 |
Binary | 11011111 | 11011111 | 11110001 | 111 | 111 | 0 | 101 | 11110000 | 100111 | 1011011 |
Color Harmonies of #DFDFF1
Complementary color
Monochromatic Colors of #DFDFF1
Black with #DFDFF1
Text Example
Text Example
White with #DFDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFF1; }
p { color: rgb(223,223,241); }
H1.HeaderClassName
{
color: #DFDFF1;
}
.AnyTagClassName
{
color: #DFDFF1;
}
</style>
background-color css
<style>
a { background-color: #DFDFF1; }
a { background-color: rgb(223,223,241); }
div.DivClassName
{
background-color: #DFDFF1;
}
.BgClassName
{
background-color: #DFDFF1;
}
</style>
border-color css
<style>
span { border-color: #DFDFF1; }
span { border-color: rgb(223,223,241); }
td.TdClassName
{
border-color: #DFDFF1;
}
.TagClassName
{
border-color: #DFDFF1;
}
</style>