Shades of Quartz #DEDDF1
Tints of Quartz #DEDDF1
RGB
CMYK
RGB Variations
Color information
#DEDDF1 (or 0xDEDDF1) is known color: Quartz. HEX triplet: DE, DD and F1. RGB value is (222,221,241). Sum of RGB (Red+Green+Blue) = 222+221+241=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDF1 is #21220E. Grayscale: #DFDFDF. Windows color (decimal): -2171407 or 15850974. OLE color: 15850974.
HSL color Cylindrical-coordinate representation of color #DEDDF1: hue angle of 243º degrees, saturation: 0.42, 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 #DEDDF1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 221 | 241 | - |
CMYK | 0.08 | 0.08 | 0 | 0.05 |
HSL | 243º | 0.42% | 0.91% | - |
HSV(B) | 243º | 0.08% | 0.95% | - |
XYZ | 71.86 | 73.59 | 93.64 | - |
YUV | 223.58 | 137.83 | 126.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 241 | 0.08 | 0.08 | 0 | 0.05 | 243 | 0.42 | 0.91 |
Hex | DE | DD | F1 | 8 | 8 | 0 | 5 | F3 | 2A | 5B |
Octal | 336 | 335 | 361 | 10 | 10 | 0 | 5 | 363 | 52 | 133 |
Binary | 11011110 | 11011101 | 11110001 | 1000 | 1000 | 0 | 101 | 11110011 | 101010 | 1011011 |
Color Harmonies of #DEDDF1
Complementary color
Monochromatic Colors of #DEDDF1
Black with #DEDDF1
Text Example
Text Example
White with #DEDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDF1; }
p { color: rgb(222,221,241); }
H1.HeaderClassName
{
color: #DEDDF1;
}
.AnyTagClassName
{
color: #DEDDF1;
}
</style>
background-color css
<style>
a { background-color: #DEDDF1; }
a { background-color: rgb(222,221,241); }
div.DivClassName
{
background-color: #DEDDF1;
}
.BgClassName
{
background-color: #DEDDF1;
}
</style>
border-color css
<style>
span { border-color: #DEDDF1; }
span { border-color: rgb(222,221,241); }
td.TdClassName
{
border-color: #DEDDF1;
}
.TagClassName
{
border-color: #DEDDF1;
}
</style>