Shades of Quartz #DEDAFC
Tints of Quartz #DEDAFC
RGB
CMYK
RGB Variations
Color information
#DEDAFC (or 0xDEDAFC) is known color: Quartz. HEX triplet: DE, DA and FC. RGB value is (222,218,252). Sum of RGB (Red+Green+Blue) = 222+218+252=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAFC is #212503. Grayscale: #DEDEDE. Windows color (decimal): -2172164 or 16571102. OLE color: 16571102.
HSL color Cylindrical-coordinate representation of color #DEDAFC: hue angle of 247.06º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEDAFC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 218 | 252 | - |
CMYK | 0.12 | 0.13 | 0 | 0.01 |
HSL | 247.06º | 0.85% | 0.92% | - |
HSV(B) | 247.06º | 0.13% | 0.99% | - |
XYZ | 72.77 | 72.7 | 102.29 | - |
YUV | 223.07 | 144.33 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 252 | 0.12 | 0.13 | 0 | 0.01 | 247.06 | 0.85 | 0.92 |
Hex | DE | DA | FC | C | D | 0 | 1 | F7 | 55 | 5C |
Octal | 336 | 332 | 374 | 14 | 15 | 0 | 1 | 367 | 125 | 134 |
Binary | 11011110 | 11011010 | 11111100 | 1100 | 1101 | 0 | 1 | 11110111 | 1010101 | 1011100 |
Color Harmonies of #DEDAFC
Complementary color
Monochromatic Colors of #DEDAFC
Black with #DEDAFC
Text Example
Text Example
White with #DEDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAFC; }
p { color: rgb(222,218,252); }
H1.HeaderClassName
{
color: #DEDAFC;
}
.AnyTagClassName
{
color: #DEDAFC;
}
</style>
background-color css
<style>
a { background-color: #DEDAFC; }
a { background-color: rgb(222,218,252); }
div.DivClassName
{
background-color: #DEDAFC;
}
.BgClassName
{
background-color: #DEDAFC;
}
</style>
border-color css
<style>
span { border-color: #DEDAFC; }
span { border-color: rgb(222,218,252); }
td.TdClassName
{
border-color: #DEDAFC;
}
.TagClassName
{
border-color: #DEDAFC;
}
</style>