Shades of Quartz #DEDBFD
Tints of Quartz #DEDBFD
RGB
CMYK
RGB Variations
Color information
#DEDBFD (or 0xDEDBFD) is known color: Quartz. HEX triplet: DE, DB and FD. RGB value is (222,219,253). Sum of RGB (Red+Green+Blue) = 222+219+253=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEDBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBFD is #212402. Grayscale: #DFDFDF. Windows color (decimal): -2171907 or 16636894. OLE color: 16636894.
HSL color Cylindrical-coordinate representation of color #DEDBFD: hue angle of 245.29º 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 #DEDBFD is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 219 | 253 | - |
CMYK | 0.12 | 0.13 | 0 | 0.01 |
HSL | 245.29º | 0.89% | 0.93% | - |
HSV(B) | 245.29º | 0.13% | 0.99% | - |
XYZ | 73.19 | 73.28 | 103.22 | - |
YUV | 223.77 | 144.49 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 219 | 253 | 0.12 | 0.13 | 0 | 0.01 | 245.29 | 0.89 | 0.93 |
Hex | DE | DB | FD | C | D | 0 | 1 | F5 | 59 | 5D |
Octal | 336 | 333 | 375 | 14 | 15 | 0 | 1 | 365 | 131 | 135 |
Binary | 11011110 | 11011011 | 11111101 | 1100 | 1101 | 0 | 1 | 11110101 | 1011001 | 1011101 |
Color Harmonies of #DEDBFD
Complementary color
Monochromatic Colors of #DEDBFD
Black with #DEDBFD
Text Example
Text Example
White with #DEDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBFD; }
p { color: rgb(222,219,253); }
H1.HeaderClassName
{
color: #DEDBFD;
}
.AnyTagClassName
{
color: #DEDBFD;
}
</style>
background-color css
<style>
a { background-color: #DEDBFD; }
a { background-color: rgb(222,219,253); }
div.DivClassName
{
background-color: #DEDBFD;
}
.BgClassName
{
background-color: #DEDBFD;
}
</style>
border-color css
<style>
span { border-color: #DEDBFD; }
span { border-color: rgb(222,219,253); }
td.TdClassName
{
border-color: #DEDBFD;
}
.TagClassName
{
border-color: #DEDBFD;
}
</style>