Shades of Quartz #DEDFF5
Tints of Quartz #DEDFF5
RGB
CMYK
RGB Variations
Color information
#DEDFF5 (or 0xDEDFF5) is known color: Quartz. HEX triplet: DE, DF and F5. RGB value is (222,223,245). Sum of RGB (Red+Green+Blue) = 222+223+245=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFF5 is #21200A. Grayscale: #E1E1E1. Windows color (decimal): -2170891 or 16113630. OLE color: 16113630.
HSL color Cylindrical-coordinate representation of color #DEDFF5: hue angle of 237.39º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEDFF5 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 223 | 245 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.04 |
| HSL | 237.39º | 0.53% | 0.92% | - |
| HSV(B) | 237.39º | 0.09% | 0.96% | - |
| XYZ | 72.99 | 74.9 | 97 | - |
| YUV | 225.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 245 | 0.09 | 0.09 | 0 | 0.04 | 237.39 | 0.53 | 0.92 |
| Hex | DE | DF | F5 | 9 | 9 | 0 | 4 | ED | 35 | 5C |
| Octal | 336 | 337 | 365 | 11 | 11 | 0 | 4 | 355 | 65 | 134 |
| Binary | 11011110 | 11011111 | 11110101 | 1001 | 1001 | 0 | 100 | 11101101 | 110101 | 1011100 |
Color Harmonies of #DEDFF5
Complementary color
Monochromatic Colors of #DEDFF5
Black with #DEDFF5
Text Example
Text Example
White with #DEDFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFF5; }
p { color: rgb(222,223,245); }
H1.HeaderClassName
{
color: #DEDFF5;
}
.AnyTagClassName
{
color: #DEDFF5;
}
</style>
background-color css
<style>
a { background-color: #DEDFF5; }
a { background-color: rgb(222,223,245); }
div.DivClassName
{
background-color: #DEDFF5;
}
.BgClassName
{
background-color: #DEDFF5;
}
</style>
border-color css
<style>
span { border-color: #DEDFF5; }
span { border-color: rgb(222,223,245); }
td.TdClassName
{
border-color: #DEDFF5;
}
.TagClassName
{
border-color: #DEDFF5;
}
</style>