Shades of Quartz #DEDBF2
Tints of Quartz #DEDBF2
RGB
CMYK
RGB Variations
Color information
#DEDBF2 (or 0xDEDBF2) is known color: Quartz. HEX triplet: DE, DB and F2. RGB value is (222,219,242). Sum of RGB (Red+Green+Blue) = 222+219+242=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEDBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBF2 is #21240D. Grayscale: #DEDEDE. Windows color (decimal): -2171918 or 15915998. OLE color: 15915998.
HSL color Cylindrical-coordinate representation of color #DEDBF2: hue angle of 247.83º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEDBF2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 219 | 242 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.05 |
| HSL | 247.83º | 0.47% | 0.9% | - |
| HSV(B) | 247.83º | 0.1% | 0.95% | - |
| XYZ | 71.48 | 72.6 | 94.25 | - |
| YUV | 222.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 242 | 0.08 | 0.10 | 0 | 0.05 | 247.83 | 0.47 | 0.9 |
| Hex | DE | DB | F2 | 8 | A | 0 | 5 | F8 | 2F | 5A |
| Octal | 336 | 333 | 362 | 10 | 12 | 0 | 5 | 370 | 57 | 132 |
| Binary | 11011110 | 11011011 | 11110010 | 1000 | 1010 | 0 | 101 | 11111000 | 101111 | 1011010 |
Color Harmonies of #DEDBF2
Complementary color
Monochromatic Colors of #DEDBF2
Black with #DEDBF2
Text Example
Text Example
White with #DEDBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBF2; }
p { color: rgb(222,219,242); }
H1.HeaderClassName
{
color: #DEDBF2;
}
.AnyTagClassName
{
color: #DEDBF2;
}
</style>
background-color css
<style>
a { background-color: #DEDBF2; }
a { background-color: rgb(222,219,242); }
div.DivClassName
{
background-color: #DEDBF2;
}
.BgClassName
{
background-color: #DEDBF2;
}
</style>
border-color css
<style>
span { border-color: #DEDBF2; }
span { border-color: rgb(222,219,242); }
td.TdClassName
{
border-color: #DEDBF2;
}
.TagClassName
{
border-color: #DEDBF2;
}
</style>