Shades of Quartz #DEDAF0
Tints of Quartz #DEDAF0
RGB
CMYK
RGB Variations
Color information
#DEDAF0 (or 0xDEDAF0) is known color: Quartz. HEX triplet: DE, DA and F0. RGB value is (222,218,240). Sum of RGB (Red+Green+Blue) = 222+218+240=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF0 is #21250F. Grayscale: #DDDDDD. Windows color (decimal): -2172176 or 15784670. OLE color: 15784670.
HSL color Cylindrical-coordinate representation of color #DEDAF0: hue angle of 250.91º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEDAF0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 218 | 240 | - |
CMYK | 0.08 | 0.09 | 0 | 0.06 |
HSL | 250.91º | 0.42% | 0.9% | - |
HSV(B) | 250.91º | 0.09% | 0.94% | - |
XYZ | 70.92 | 71.96 | 92.59 | - |
YUV | 221.7 | 138.33 | 128.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 240 | 0.08 | 0.09 | 0 | 0.06 | 250.91 | 0.42 | 0.9 |
Hex | DE | DA | F0 | 8 | 9 | 0 | 6 | FB | 2A | 5A |
Octal | 336 | 332 | 360 | 10 | 11 | 0 | 6 | 373 | 52 | 132 |
Binary | 11011110 | 11011010 | 11110000 | 1000 | 1001 | 0 | 110 | 11111011 | 101010 | 1011010 |
Color Harmonies of #DEDAF0
Complementary color
Monochromatic Colors of #DEDAF0
Black with #DEDAF0
Text Example
Text Example
White with #DEDAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAF0; }
p { color: rgb(222,218,240); }
H1.HeaderClassName
{
color: #DEDAF0;
}
.AnyTagClassName
{
color: #DEDAF0;
}
</style>
background-color css
<style>
a { background-color: #DEDAF0; }
a { background-color: rgb(222,218,240); }
div.DivClassName
{
background-color: #DEDAF0;
}
.BgClassName
{
background-color: #DEDAF0;
}
</style>
border-color css
<style>
span { border-color: #DEDAF0; }
span { border-color: rgb(222,218,240); }
td.TdClassName
{
border-color: #DEDAF0;
}
.TagClassName
{
border-color: #DEDAF0;
}
</style>