Shades of Quartz #DEDEF2
Tints of Quartz #DEDEF2
RGB
CMYK
RGB Variations
Color information
#DEDEF2 (or 0xDEDEF2) is known color: Quartz. HEX triplet: DE, DE and F2. RGB value is (222,222,242). Sum of RGB (Red+Green+Blue) = 222+222+242=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEDEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEF2 is #21210D. Grayscale: #E0E0E0. Windows color (decimal): -2171150 or 15916766. OLE color: 15916766.
HSL color Cylindrical-coordinate representation of color #DEDEF2: hue angle of 240º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDEF2 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 222 | 242 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.05 |
| HSL | 240º | 0.43% | 0.91% | - |
| HSV(B) | 240º | 0.08% | 0.95% | - |
| XYZ | 72.27 | 74.18 | 94.51 | - |
| YUV | 224.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 242 | 0.08 | 0.08 | 0 | 0.05 | 240 | 0.43 | 0.91 |
| Hex | DE | DE | F2 | 8 | 8 | 0 | 5 | F0 | 2B | 5B |
| Octal | 336 | 336 | 362 | 10 | 10 | 0 | 5 | 360 | 53 | 133 |
| Binary | 11011110 | 11011110 | 11110010 | 1000 | 1000 | 0 | 101 | 11110000 | 101011 | 1011011 |
Color Harmonies of #DEDEF2
Complementary color
Monochromatic Colors of #DEDEF2
Black with #DEDEF2
Text Example
Text Example
White with #DEDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEF2; }
p { color: rgb(222,222,242); }
H1.HeaderClassName
{
color: #DEDEF2;
}
.AnyTagClassName
{
color: #DEDEF2;
}
</style>
background-color css
<style>
a { background-color: #DEDEF2; }
a { background-color: rgb(222,222,242); }
div.DivClassName
{
background-color: #DEDEF2;
}
.BgClassName
{
background-color: #DEDEF2;
}
</style>
border-color css
<style>
span { border-color: #DEDEF2; }
span { border-color: rgb(222,222,242); }
td.TdClassName
{
border-color: #DEDEF2;
}
.TagClassName
{
border-color: #DEDEF2;
}
</style>