Shades of Quartz #DFDFF3
Tints of Quartz #DFDFF3
RGB
CMYK
RGB Variations
Color information
#DFDFF3 (or 0xDFDFF3) is known color: Quartz. HEX triplet: DF, DF and F3. RGB value is (223,223,243). Sum of RGB (Red+Green+Blue) = 223+223+243=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFF3 is #20200C. Grayscale: #E1E1E1. Windows color (decimal): -2105357 or 15982559. OLE color: 15982559.
HSL color Cylindrical-coordinate representation of color #DFDFF3: hue angle of 240º degrees, saturation: 0.45, 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 #DFDFF3 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 223 | 243 | - |
CMYK | 0.08 | 0.08 | 0 | 0.05 |
HSL | 240º | 0.45% | 0.91% | - |
HSV(B) | 240º | 0.08% | 0.95% | - |
XYZ | 73 | 74.93 | 95.41 | - |
YUV | 225.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 243 | 0.08 | 0.08 | 0 | 0.05 | 240 | 0.45 | 0.91 |
Hex | DF | DF | F3 | 8 | 8 | 0 | 5 | F0 | 2D | 5B |
Octal | 337 | 337 | 363 | 10 | 10 | 0 | 5 | 360 | 55 | 133 |
Binary | 11011111 | 11011111 | 11110011 | 1000 | 1000 | 0 | 101 | 11110000 | 101101 | 1011011 |
Color Harmonies of #DFDFF3
Complementary color
Monochromatic Colors of #DFDFF3
Black with #DFDFF3
Text Example
Text Example
White with #DFDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFF3; }
p { color: rgb(223,223,243); }
H1.HeaderClassName
{
color: #DFDFF3;
}
.AnyTagClassName
{
color: #DFDFF3;
}
</style>
background-color css
<style>
a { background-color: #DFDFF3; }
a { background-color: rgb(223,223,243); }
div.DivClassName
{
background-color: #DFDFF3;
}
.BgClassName
{
background-color: #DFDFF3;
}
</style>
border-color css
<style>
span { border-color: #DFDFF3; }
span { border-color: rgb(223,223,243); }
td.TdClassName
{
border-color: #DFDFF3;
}
.TagClassName
{
border-color: #DFDFF3;
}
</style>