Shades of Quartz #DEDCFD
Tints of Quartz #DEDCFD
RGB
CMYK
RGB Variations
Color information
#DEDCFD (or 0xDEDCFD) is known color: Quartz. HEX triplet: DE, DC and FD. RGB value is (222,220,253). Sum of RGB (Red+Green+Blue) = 222+220+253=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCFD is #212302. Grayscale: #E0E0E0. Windows color (decimal): -2171651 or 16637150. OLE color: 16637150.
HSL color Cylindrical-coordinate representation of color #DEDCFD: hue angle of 243.64º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEDCFD is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 220 | 253 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.01 |
| HSL | 243.64º | 0.89% | 0.93% | - |
| HSV(B) | 243.64º | 0.13% | 0.99% | - |
| XYZ | 73.45 | 73.81 | 103.3 | - |
| YUV | 224.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 253 | 0.12 | 0.13 | 0 | 0.01 | 243.64 | 0.89 | 0.93 |
| Hex | DE | DC | FD | C | D | 0 | 1 | F4 | 59 | 5D |
| Octal | 336 | 334 | 375 | 14 | 15 | 0 | 1 | 364 | 131 | 135 |
| Binary | 11011110 | 11011100 | 11111101 | 1100 | 1101 | 0 | 1 | 11110100 | 1011001 | 1011101 |
Color Harmonies of #DEDCFD
Complementary color
Monochromatic Colors of #DEDCFD
Black with #DEDCFD
Text Example
Text Example
White with #DEDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCFD; }
p { color: rgb(222,220,253); }
H1.HeaderClassName
{
color: #DEDCFD;
}
.AnyTagClassName
{
color: #DEDCFD;
}
</style>
background-color css
<style>
a { background-color: #DEDCFD; }
a { background-color: rgb(222,220,253); }
div.DivClassName
{
background-color: #DEDCFD;
}
.BgClassName
{
background-color: #DEDCFD;
}
</style>
border-color css
<style>
span { border-color: #DEDCFD; }
span { border-color: rgb(222,220,253); }
td.TdClassName
{
border-color: #DEDCFD;
}
.TagClassName
{
border-color: #DEDCFD;
}
</style>