Shades of Quartz #DED4FC
Tints of Quartz #DED4FC
RGB
CMYK
RGB Variations
Color information
#DED4FC (or 0xDED4FC) is known color: Quartz. HEX triplet: DE, D4 and FC. RGB value is (222,212,252). Sum of RGB (Red+Green+Blue) = 222+212+252=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #DED4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4FC is #212B03. Grayscale: #DBDBDB. Windows color (decimal): -2173700 or 16569566. OLE color: 16569566.
HSL color Cylindrical-coordinate representation of color #DED4FC: hue angle of 255º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DED4FC is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 212 | 252 | - |
CMYK | 0.12 | 0.16 | 0 | 0.01 |
HSL | 255º | 0.87% | 0.91% | - |
HSV(B) | 255º | 0.16% | 0.99% | - |
XYZ | 71.24 | 69.64 | 101.78 | - |
YUV | 219.55 | 146.31 | 129.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 212 | 252 | 0.12 | 0.16 | 0 | 0.01 | 255 | 0.87 | 0.91 |
Hex | DE | D4 | FC | C | 10 | 0 | 1 | FF | 57 | 5B |
Octal | 336 | 324 | 374 | 14 | 20 | 0 | 1 | 377 | 127 | 133 |
Binary | 11011110 | 11010100 | 11111100 | 1100 | 10000 | 0 | 1 | 11111111 | 1010111 | 1011011 |
Color Harmonies of #DED4FC
Complementary color
Monochromatic Colors of #DED4FC
Black with #DED4FC
Text Example
Text Example
White with #DED4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4FC; }
p { color: rgb(222,212,252); }
H1.HeaderClassName
{
color: #DED4FC;
}
.AnyTagClassName
{
color: #DED4FC;
}
</style>
background-color css
<style>
a { background-color: #DED4FC; }
a { background-color: rgb(222,212,252); }
div.DivClassName
{
background-color: #DED4FC;
}
.BgClassName
{
background-color: #DED4FC;
}
</style>
border-color css
<style>
span { border-color: #DED4FC; }
span { border-color: rgb(222,212,252); }
td.TdClassName
{
border-color: #DED4FC;
}
.TagClassName
{
border-color: #DED4FC;
}
</style>