Shades of Quartz #DEDAF3
Tints of Quartz #DEDAF3
RGB
CMYK
RGB Variations
Color information
#DEDAF3 (or 0xDEDAF3) is known color: Quartz. HEX triplet: DE, DA and F3. RGB value is (222,218,243). Sum of RGB (Red+Green+Blue) = 222+218+243=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEDAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF3 is #21250C. Grayscale: #DDDDDD. Windows color (decimal): -2172173 or 15981278. OLE color: 15981278.
HSL color Cylindrical-coordinate representation of color #DEDAF3: hue angle of 249.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEDAF3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 218 | 243 | - |
CMYK | 0.09 | 0.10 | 0 | 0.05 |
HSL | 249.6º | 0.51% | 0.9% | - |
HSV(B) | 249.6º | 0.1% | 0.95% | - |
XYZ | 71.37 | 72.14 | 94.96 | - |
YUV | 222.05 | 139.83 | 127.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 243 | 0.09 | 0.10 | 0 | 0.05 | 249.6 | 0.51 | 0.9 |
Hex | DE | DA | F3 | 9 | A | 0 | 5 | FA | 33 | 5A |
Octal | 336 | 332 | 363 | 11 | 12 | 0 | 5 | 372 | 63 | 132 |
Binary | 11011110 | 11011010 | 11110011 | 1001 | 1010 | 0 | 101 | 11111010 | 110011 | 1011010 |
Color Harmonies of #DEDAF3
Complementary color
Monochromatic Colors of #DEDAF3
Black with #DEDAF3
Text Example
Text Example
White with #DEDAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAF3; }
p { color: rgb(222,218,243); }
H1.HeaderClassName
{
color: #DEDAF3;
}
.AnyTagClassName
{
color: #DEDAF3;
}
</style>
background-color css
<style>
a { background-color: #DEDAF3; }
a { background-color: rgb(222,218,243); }
div.DivClassName
{
background-color: #DEDAF3;
}
.BgClassName
{
background-color: #DEDAF3;
}
</style>
border-color css
<style>
span { border-color: #DEDAF3; }
span { border-color: rgb(222,218,243); }
td.TdClassName
{
border-color: #DEDAF3;
}
.TagClassName
{
border-color: #DEDAF3;
}
</style>