Shades of Quartz #DEDDF2
Tints of Quartz #DEDDF2
RGB
CMYK
RGB Variations
Color information
#DEDDF2 (or 0xDEDDF2) is known color: Quartz. HEX triplet: DE, DD and F2. RGB value is (222,221,242). Sum of RGB (Red+Green+Blue) = 222+221+242=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEDDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDF2 is #21220D. Grayscale: #DFDFDF. Windows color (decimal): -2171406 or 15916510. OLE color: 15916510.
HSL color Cylindrical-coordinate representation of color #DEDDF2: hue angle of 242.86º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEDDF2 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 221 | 242 | - |
CMYK | 0.08 | 0.09 | 0 | 0.05 |
HSL | 242.86º | 0.45% | 0.91% | - |
HSV(B) | 242.86º | 0.09% | 0.95% | - |
XYZ | 72.01 | 73.65 | 94.43 | - |
YUV | 223.69 | 138.33 | 126.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 242 | 0.08 | 0.09 | 0 | 0.05 | 242.86 | 0.45 | 0.91 |
Hex | DE | DD | F2 | 8 | 9 | 0 | 5 | F3 | 2D | 5B |
Octal | 336 | 335 | 362 | 10 | 11 | 0 | 5 | 363 | 55 | 133 |
Binary | 11011110 | 11011101 | 11110010 | 1000 | 1001 | 0 | 101 | 11110011 | 101101 | 1011011 |
Color Harmonies of #DEDDF2
Complementary color
Monochromatic Colors of #DEDDF2
Black with #DEDDF2
Text Example
Text Example
White with #DEDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDF2; }
p { color: rgb(222,221,242); }
H1.HeaderClassName
{
color: #DEDDF2;
}
.AnyTagClassName
{
color: #DEDDF2;
}
</style>
background-color css
<style>
a { background-color: #DEDDF2; }
a { background-color: rgb(222,221,242); }
div.DivClassName
{
background-color: #DEDDF2;
}
.BgClassName
{
background-color: #DEDDF2;
}
</style>
border-color css
<style>
span { border-color: #DEDDF2; }
span { border-color: rgb(222,221,242); }
td.TdClassName
{
border-color: #DEDDF2;
}
.TagClassName
{
border-color: #DEDDF2;
}
</style>