Shades of Quartz #DED4F9
Tints of Quartz #DED4F9
RGB
CMYK
RGB Variations
Color information
#DED4F9 (or 0xDED4F9) is known color: Quartz. HEX triplet: DE, D4 and F9. RGB value is (222,212,249). Sum of RGB (Red+Green+Blue) = 222+212+249=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #DED4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4F9 is #212B06. Grayscale: #DBDBDB. Windows color (decimal): -2173703 or 16372958. OLE color: 16372958.
HSL color Cylindrical-coordinate representation of color #DED4F9: hue angle of 256.22º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED4F9 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 212 | 249 | - |
CMYK | 0.11 | 0.15 | 0 | 0.02 |
HSL | 256.22º | 0.76% | 0.9% | - |
HSV(B) | 256.22º | 0.15% | 0.98% | - |
XYZ | 70.77 | 69.46 | 99.3 | - |
YUV | 219.21 | 144.81 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 212 | 249 | 0.11 | 0.15 | 0 | 0.02 | 256.22 | 0.76 | 0.9 |
Hex | DE | D4 | F9 | B | F | 0 | 2 | 100 | 4C | 5A |
Octal | 336 | 324 | 371 | 13 | 17 | 0 | 2 | 400 | 114 | 132 |
Binary | 11011110 | 11010100 | 11111001 | 1011 | 1111 | 0 | 10 | 100000000 | 1001100 | 1011010 |
Color Harmonies of #DED4F9
Complementary color
Monochromatic Colors of #DED4F9
Black with #DED4F9
Text Example
Text Example
White with #DED4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4F9; }
p { color: rgb(222,212,249); }
H1.HeaderClassName
{
color: #DED4F9;
}
.AnyTagClassName
{
color: #DED4F9;
}
</style>
background-color css
<style>
a { background-color: #DED4F9; }
a { background-color: rgb(222,212,249); }
div.DivClassName
{
background-color: #DED4F9;
}
.BgClassName
{
background-color: #DED4F9;
}
</style>
border-color css
<style>
span { border-color: #DED4F9; }
span { border-color: rgb(222,212,249); }
td.TdClassName
{
border-color: #DED4F9;
}
.TagClassName
{
border-color: #DED4F9;
}
</style>