Shades of Quartz #DEDEF3
Tints of Quartz #DEDEF3
RGB
CMYK
RGB Variations
Color information
#DEDEF3 (or 0xDEDEF3) is known color: Quartz. HEX triplet: DE, DE and F3. RGB value is (222,222,243). Sum of RGB (Red+Green+Blue) = 222+222+243=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEDEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEF3 is #21210C. Grayscale: #E0E0E0. Windows color (decimal): -2171149 or 15982302. OLE color: 15982302.
HSL color Cylindrical-coordinate representation of color #DEDEF3: hue angle of 240º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEDEF3 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 222 | 243 | - |
CMYK | 0.09 | 0.09 | 0 | 0.05 |
HSL | 240º | 0.47% | 0.91% | - |
HSV(B) | 240º | 0.09% | 0.95% | - |
XYZ | 72.42 | 74.24 | 95.31 | - |
YUV | 224.39 | 138.5 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 243 | 0.09 | 0.09 | 0 | 0.05 | 240 | 0.47 | 0.91 |
Hex | DE | DE | F3 | 9 | 9 | 0 | 5 | F0 | 2F | 5B |
Octal | 336 | 336 | 363 | 11 | 11 | 0 | 5 | 360 | 57 | 133 |
Binary | 11011110 | 11011110 | 11110011 | 1001 | 1001 | 0 | 101 | 11110000 | 101111 | 1011011 |
Color Harmonies of #DEDEF3
Complementary color
Monochromatic Colors of #DEDEF3
Black with #DEDEF3
Text Example
Text Example
White with #DEDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEF3; }
p { color: rgb(222,222,243); }
H1.HeaderClassName
{
color: #DEDEF3;
}
.AnyTagClassName
{
color: #DEDEF3;
}
</style>
background-color css
<style>
a { background-color: #DEDEF3; }
a { background-color: rgb(222,222,243); }
div.DivClassName
{
background-color: #DEDEF3;
}
.BgClassName
{
background-color: #DEDEF3;
}
</style>
border-color css
<style>
span { border-color: #DEDEF3; }
span { border-color: rgb(222,222,243); }
td.TdClassName
{
border-color: #DEDEF3;
}
.TagClassName
{
border-color: #DEDEF3;
}
</style>