Shades of Quartz #DEDAFE
Tints of Quartz #DEDAFE
RGB
CMYK
RGB Variations
Color information
#DEDAFE (or 0xDEDAFE) is known color: Quartz. HEX triplet: DE, DA and FE. RGB value is (222,218,254). Sum of RGB (Red+Green+Blue) = 222+218+254=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAFE is #212501. Grayscale: #DFDFDF. Windows color (decimal): -2172162 or 16702174. OLE color: 16702174.
HSL color Cylindrical-coordinate representation of color #DEDAFE: hue angle of 246.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEDAFE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 218 | 254 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.00 |
| HSL | 246.67º | 0.95% | 0.93% | - |
| HSV(B) | 246.67º | 0.14% | 1% | - |
| XYZ | 73.09 | 72.83 | 103.97 | - |
| YUV | 223.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 254 | 0.13 | 0.14 | 0 | 0.00 | 246.67 | 0.95 | 0.93 |
| Hex | DE | DA | FE | D | E | 0 | 0 | F7 | 5F | 5D |
| Octal | 336 | 332 | 376 | 15 | 16 | 0 | 0 | 367 | 137 | 135 |
| Binary | 11011110 | 11011010 | 11111110 | 1101 | 1110 | 0 | 0 | 11110111 | 1011111 | 1011101 |
Color Harmonies of #DEDAFE
Complementary color
Monochromatic Colors of #DEDAFE
Black with #DEDAFE
Text Example
Text Example
White with #DEDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAFE; }
p { color: rgb(222,218,254); }
H1.HeaderClassName
{
color: #DEDAFE;
}
.AnyTagClassName
{
color: #DEDAFE;
}
</style>
background-color css
<style>
a { background-color: #DEDAFE; }
a { background-color: rgb(222,218,254); }
div.DivClassName
{
background-color: #DEDAFE;
}
.BgClassName
{
background-color: #DEDAFE;
}
</style>
border-color css
<style>
span { border-color: #DEDAFE; }
span { border-color: rgb(222,218,254); }
td.TdClassName
{
border-color: #DEDAFE;
}
.TagClassName
{
border-color: #DEDAFE;
}
</style>