Shades of Quartz #DEDBEF
Tints of Quartz #DEDBEF
RGB
CMYK
RGB Variations
Color information
#DEDBEF (or 0xDEDBEF) is known color: Quartz. HEX triplet: DE, DB and EF. RGB value is (222,219,239). Sum of RGB (Red+Green+Blue) = 222+219+239=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEDBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBEF is #212410. Grayscale: #DEDEDE. Windows color (decimal): -2171921 or 15719390. OLE color: 15719390.
HSL color Cylindrical-coordinate representation of color #DEDBEF: hue angle of 249º degrees, saturation: 0.38, 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 #DEDBEF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 219 | 239 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.06 |
| HSL | 249º | 0.38% | 0.9% | - |
| HSV(B) | 249º | 0.08% | 0.94% | - |
| XYZ | 71.04 | 72.42 | 91.9 | - |
| YUV | 222.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 239 | 0.07 | 0.08 | 0 | 0.06 | 249 | 0.38 | 0.9 |
| Hex | DE | DB | EF | 7 | 8 | 0 | 6 | F9 | 26 | 5A |
| Octal | 336 | 333 | 357 | 7 | 10 | 0 | 6 | 371 | 46 | 132 |
| Binary | 11011110 | 11011011 | 11101111 | 111 | 1000 | 0 | 110 | 11111001 | 100110 | 1011010 |
Color Harmonies of #DEDBEF
Complementary color
Monochromatic Colors of #DEDBEF
Black with #DEDBEF
Text Example
Text Example
White with #DEDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBEF; }
p { color: rgb(222,219,239); }
H1.HeaderClassName
{
color: #DEDBEF;
}
.AnyTagClassName
{
color: #DEDBEF;
}
</style>
background-color css
<style>
a { background-color: #DEDBEF; }
a { background-color: rgb(222,219,239); }
div.DivClassName
{
background-color: #DEDBEF;
}
.BgClassName
{
background-color: #DEDBEF;
}
</style>
border-color css
<style>
span { border-color: #DEDBEF; }
span { border-color: rgb(222,219,239); }
td.TdClassName
{
border-color: #DEDBEF;
}
.TagClassName
{
border-color: #DEDBEF;
}
</style>