Shades of Quartz #DEDDF3
Tints of Quartz #DEDDF3
RGB
CMYK
RGB Variations
Color information
#DEDDF3 (or 0xDEDDF3) is known color: Quartz. HEX triplet: DE, DD and F3. RGB value is (222,221,243). Sum of RGB (Red+Green+Blue) = 222+221+243=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDF3 is #21220C. Grayscale: #DFDFDF. Windows color (decimal): -2171405 or 15982046. OLE color: 15982046.
HSL color Cylindrical-coordinate representation of color #DEDDF3: hue angle of 242.73º degrees, saturation: 0.48, 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 #DEDDF3 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 221 | 243 | - |
CMYK | 0.09 | 0.09 | 0 | 0.05 |
HSL | 242.73º | 0.48% | 0.91% | - |
HSV(B) | 242.73º | 0.09% | 0.95% | - |
XYZ | 72.16 | 73.71 | 95.22 | - |
YUV | 223.81 | 138.83 | 126.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 243 | 0.09 | 0.09 | 0 | 0.05 | 242.73 | 0.48 | 0.91 |
Hex | DE | DD | F3 | 9 | 9 | 0 | 5 | F3 | 30 | 5B |
Octal | 336 | 335 | 363 | 11 | 11 | 0 | 5 | 363 | 60 | 133 |
Binary | 11011110 | 11011101 | 11110011 | 1001 | 1001 | 0 | 101 | 11110011 | 110000 | 1011011 |
Color Harmonies of #DEDDF3
Complementary color
Monochromatic Colors of #DEDDF3
Black with #DEDDF3
Text Example
Text Example
White with #DEDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDF3; }
p { color: rgb(222,221,243); }
H1.HeaderClassName
{
color: #DEDDF3;
}
.AnyTagClassName
{
color: #DEDDF3;
}
</style>
background-color css
<style>
a { background-color: #DEDDF3; }
a { background-color: rgb(222,221,243); }
div.DivClassName
{
background-color: #DEDDF3;
}
.BgClassName
{
background-color: #DEDDF3;
}
</style>
border-color css
<style>
span { border-color: #DEDDF3; }
span { border-color: rgb(222,221,243); }
td.TdClassName
{
border-color: #DEDDF3;
}
.TagClassName
{
border-color: #DEDDF3;
}
</style>