Shades of Quartz #DEDDF0
Tints of Quartz #DEDDF0
RGB
CMYK
RGB Variations
Color information
#DEDDF0 (or 0xDEDDF0) is known color: Quartz. HEX triplet: DE, DD and F0. RGB value is (222,221,240). Sum of RGB (Red+Green+Blue) = 222+221+240=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDF0 is #21220F. Grayscale: #DFDFDF. Windows color (decimal): -2171408 or 15785438. OLE color: 15785438.
HSL color Cylindrical-coordinate representation of color #DEDDF0: hue angle of 243.16º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDDF0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 221 | 240 | - |
CMYK | 0.08 | 0.08 | 0 | 0.06 |
HSL | 243.16º | 0.39% | 0.9% | - |
HSV(B) | 243.16º | 0.08% | 0.94% | - |
XYZ | 71.71 | 73.53 | 92.85 | - |
YUV | 223.47 | 137.33 | 126.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 240 | 0.08 | 0.08 | 0 | 0.06 | 243.16 | 0.39 | 0.9 |
Hex | DE | DD | F0 | 8 | 8 | 0 | 6 | F3 | 27 | 5A |
Octal | 336 | 335 | 360 | 10 | 10 | 0 | 6 | 363 | 47 | 132 |
Binary | 11011110 | 11011101 | 11110000 | 1000 | 1000 | 0 | 110 | 11110011 | 100111 | 1011010 |
Color Harmonies of #DEDDF0
Complementary color
Monochromatic Colors of #DEDDF0
Black with #DEDDF0
Text Example
Text Example
White with #DEDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDF0; }
p { color: rgb(222,221,240); }
H1.HeaderClassName
{
color: #DEDDF0;
}
.AnyTagClassName
{
color: #DEDDF0;
}
</style>
background-color css
<style>
a { background-color: #DEDDF0; }
a { background-color: rgb(222,221,240); }
div.DivClassName
{
background-color: #DEDDF0;
}
.BgClassName
{
background-color: #DEDDF0;
}
</style>
border-color css
<style>
span { border-color: #DEDDF0; }
span { border-color: rgb(222,221,240); }
td.TdClassName
{
border-color: #DEDDF0;
}
.TagClassName
{
border-color: #DEDDF0;
}
</style>