Shades of Quartz #DFDFF4
Tints of Quartz #DFDFF4
RGB
CMYK
RGB Variations
Color information
#DFDFF4 (or 0xDFDFF4) is known color: Quartz. HEX triplet: DF, DF and F4. RGB value is (223,223,244). Sum of RGB (Red+Green+Blue) = 223+223+244=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFDFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFF4 is #20200B. Grayscale: #E1E1E1. Windows color (decimal): -2105356 or 16048095. OLE color: 16048095.
HSL color Cylindrical-coordinate representation of color #DFDFF4: hue angle of 240º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDFF4 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 223 | 244 | - |
CMYK | 0.09 | 0.09 | 0 | 0.04 |
HSL | 240º | 0.49% | 0.92% | - |
HSV(B) | 240º | 0.09% | 0.96% | - |
XYZ | 73.15 | 74.99 | 96.21 | - |
YUV | 225.39 | 138.5 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 244 | 0.09 | 0.09 | 0 | 0.04 | 240 | 0.49 | 0.92 |
Hex | DF | DF | F4 | 9 | 9 | 0 | 4 | F0 | 31 | 5C |
Octal | 337 | 337 | 364 | 11 | 11 | 0 | 4 | 360 | 61 | 134 |
Binary | 11011111 | 11011111 | 11110100 | 1001 | 1001 | 0 | 100 | 11110000 | 110001 | 1011100 |
Color Harmonies of #DFDFF4
Complementary color
Monochromatic Colors of #DFDFF4
Black with #DFDFF4
Text Example
Text Example
White with #DFDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFF4; }
p { color: rgb(223,223,244); }
H1.HeaderClassName
{
color: #DFDFF4;
}
.AnyTagClassName
{
color: #DFDFF4;
}
</style>
background-color css
<style>
a { background-color: #DFDFF4; }
a { background-color: rgb(223,223,244); }
div.DivClassName
{
background-color: #DFDFF4;
}
.BgClassName
{
background-color: #DFDFF4;
}
</style>
border-color css
<style>
span { border-color: #DFDFF4; }
span { border-color: rgb(223,223,244); }
td.TdClassName
{
border-color: #DFDFF4;
}
.TagClassName
{
border-color: #DFDFF4;
}
</style>