Shades of Quartz #DEDAF2
Tints of Quartz #DEDAF2
RGB
CMYK
RGB Variations
Color information
#DEDAF2 (or 0xDEDAF2) is known color: Quartz. HEX triplet: DE, DA and F2. RGB value is (222,218,242). Sum of RGB (Red+Green+Blue) = 222+218+242=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF2 is #21250D. Grayscale: #DDDDDD. Windows color (decimal): -2172174 or 15915742. OLE color: 15915742.
HSL color Cylindrical-coordinate representation of color #DEDAF2: hue angle of 250º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEDAF2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 218 | 242 | - |
CMYK | 0.08 | 0.10 | 0 | 0.05 |
HSL | 250º | 0.48% | 0.9% | - |
HSV(B) | 250º | 0.1% | 0.95% | - |
XYZ | 71.22 | 72.08 | 94.16 | - |
YUV | 221.93 | 139.33 | 128.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 242 | 0.08 | 0.10 | 0 | 0.05 | 250 | 0.48 | 0.9 |
Hex | DE | DA | F2 | 8 | A | 0 | 5 | FA | 30 | 5A |
Octal | 336 | 332 | 362 | 10 | 12 | 0 | 5 | 372 | 60 | 132 |
Binary | 11011110 | 11011010 | 11110010 | 1000 | 1010 | 0 | 101 | 11111010 | 110000 | 1011010 |
Color Harmonies of #DEDAF2
Complementary color
Monochromatic Colors of #DEDAF2
Black with #DEDAF2
Text Example
Text Example
White with #DEDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAF2; }
p { color: rgb(222,218,242); }
H1.HeaderClassName
{
color: #DEDAF2;
}
.AnyTagClassName
{
color: #DEDAF2;
}
</style>
background-color css
<style>
a { background-color: #DEDAF2; }
a { background-color: rgb(222,218,242); }
div.DivClassName
{
background-color: #DEDAF2;
}
.BgClassName
{
background-color: #DEDAF2;
}
</style>
border-color css
<style>
span { border-color: #DEDAF2; }
span { border-color: rgb(222,218,242); }
td.TdClassName
{
border-color: #DEDAF2;
}
.TagClassName
{
border-color: #DEDAF2;
}
</style>