Shades of Quartz #DEDAF9
Tints of Quartz #DEDAF9
RGB
CMYK
RGB Variations
Color information
#DEDAF9 (or 0xDEDAF9) is known color: Quartz. HEX triplet: DE, DA and F9. RGB value is (222,218,249). Sum of RGB (Red+Green+Blue) = 222+218+249=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEDAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF9 is #212506. Grayscale: #DEDEDE. Windows color (decimal): -2172167 or 16374494. OLE color: 16374494.
HSL color Cylindrical-coordinate representation of color #DEDAF9: hue angle of 247.74º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEDAF9 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 218 | 249 | - |
CMYK | 0.11 | 0.12 | 0 | 0.02 |
HSL | 247.74º | 0.72% | 0.92% | - |
HSV(B) | 247.74º | 0.12% | 0.98% | - |
XYZ | 72.29 | 72.51 | 99.81 | - |
YUV | 222.73 | 142.83 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 249 | 0.11 | 0.12 | 0 | 0.02 | 247.74 | 0.72 | 0.92 |
Hex | DE | DA | F9 | B | C | 0 | 2 | F8 | 48 | 5C |
Octal | 336 | 332 | 371 | 13 | 14 | 0 | 2 | 370 | 110 | 134 |
Binary | 11011110 | 11011010 | 11111001 | 1011 | 1100 | 0 | 10 | 11111000 | 1001000 | 1011100 |
Color Harmonies of #DEDAF9
Complementary color
Monochromatic Colors of #DEDAF9
Black with #DEDAF9
Text Example
Text Example
White with #DEDAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAF9; }
p { color: rgb(222,218,249); }
H1.HeaderClassName
{
color: #DEDAF9;
}
.AnyTagClassName
{
color: #DEDAF9;
}
</style>
background-color css
<style>
a { background-color: #DEDAF9; }
a { background-color: rgb(222,218,249); }
div.DivClassName
{
background-color: #DEDAF9;
}
.BgClassName
{
background-color: #DEDAF9;
}
</style>
border-color css
<style>
span { border-color: #DEDAF9; }
span { border-color: rgb(222,218,249); }
td.TdClassName
{
border-color: #DEDAF9;
}
.TagClassName
{
border-color: #DEDAF9;
}
</style>