Shades of Quartz #DEDCEF
Tints of Quartz #DEDCEF
RGB
CMYK
RGB Variations
Color information
#DEDCEF (or 0xDEDCEF) is known color: Quartz. HEX triplet: DE, DC and EF. RGB value is (222,220,239). Sum of RGB (Red+Green+Blue) = 222+220+239=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCEF is #212310. Grayscale: #DEDEDE. Windows color (decimal): -2171665 or 15719646. OLE color: 15719646.
HSL color Cylindrical-coordinate representation of color #DEDCEF: hue angle of 246.32º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDCEF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 220 | 239 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.06 |
| HSL | 246.32º | 0.37% | 0.9% | - |
| HSV(B) | 246.32º | 0.08% | 0.94% | - |
| XYZ | 71.3 | 72.95 | 91.98 | - |
| YUV | 222.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 239 | 0.07 | 0.08 | 0 | 0.06 | 246.32 | 0.37 | 0.9 |
| Hex | DE | DC | EF | 7 | 8 | 0 | 6 | F6 | 25 | 5A |
| Octal | 336 | 334 | 357 | 7 | 10 | 0 | 6 | 366 | 45 | 132 |
| Binary | 11011110 | 11011100 | 11101111 | 111 | 1000 | 0 | 110 | 11110110 | 100101 | 1011010 |
Color Harmonies of #DEDCEF
Complementary color
Monochromatic Colors of #DEDCEF
Black with #DEDCEF
Text Example
Text Example
White with #DEDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCEF; }
p { color: rgb(222,220,239); }
H1.HeaderClassName
{
color: #DEDCEF;
}
.AnyTagClassName
{
color: #DEDCEF;
}
</style>
background-color css
<style>
a { background-color: #DEDCEF; }
a { background-color: rgb(222,220,239); }
div.DivClassName
{
background-color: #DEDCEF;
}
.BgClassName
{
background-color: #DEDCEF;
}
</style>
border-color css
<style>
span { border-color: #DEDCEF; }
span { border-color: rgb(222,220,239); }
td.TdClassName
{
border-color: #DEDCEF;
}
.TagClassName
{
border-color: #DEDCEF;
}
</style>