Shades of Quartz #DEDAFD
Tints of Quartz #DEDAFD
RGB
CMYK
RGB Variations
Color information
#DEDAFD (or 0xDEDAFD) is known color: Quartz. HEX triplet: DE, DA and FD. RGB value is (222,218,253). Sum of RGB (Red+Green+Blue) = 222+218+253=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAFD is #212502. Grayscale: #DFDFDF. Windows color (decimal): -2172163 or 16636638. OLE color: 16636638.
HSL color Cylindrical-coordinate representation of color #DEDAFD: hue angle of 246.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEDAFD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 218 | 253 | - |
CMYK | 0.12 | 0.14 | 0 | 0.01 |
HSL | 246.86º | 0.9% | 0.92% | - |
HSV(B) | 246.86º | 0.14% | 0.99% | - |
XYZ | 72.93 | 72.76 | 103.13 | - |
YUV | 223.19 | 144.83 | 127.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 253 | 0.12 | 0.14 | 0 | 0.01 | 246.86 | 0.9 | 0.92 |
Hex | DE | DA | FD | C | E | 0 | 1 | F7 | 5A | 5C |
Octal | 336 | 332 | 375 | 14 | 16 | 0 | 1 | 367 | 132 | 134 |
Binary | 11011110 | 11011010 | 11111101 | 1100 | 1110 | 0 | 1 | 11110111 | 1011010 | 1011100 |
Color Harmonies of #DEDAFD
Complementary color
Monochromatic Colors of #DEDAFD
Black with #DEDAFD
Text Example
Text Example
White with #DEDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAFD; }
p { color: rgb(222,218,253); }
H1.HeaderClassName
{
color: #DEDAFD;
}
.AnyTagClassName
{
color: #DEDAFD;
}
</style>
background-color css
<style>
a { background-color: #DEDAFD; }
a { background-color: rgb(222,218,253); }
div.DivClassName
{
background-color: #DEDAFD;
}
.BgClassName
{
background-color: #DEDAFD;
}
</style>
border-color css
<style>
span { border-color: #DEDAFD; }
span { border-color: rgb(222,218,253); }
td.TdClassName
{
border-color: #DEDAFD;
}
.TagClassName
{
border-color: #DEDAFD;
}
</style>