Shades of Quartz #DEDDFB
Tints of Quartz #DEDDFB
RGB
CMYK
RGB Variations
Color information
#DEDDFB (or 0xDEDDFB) is known color: Quartz. HEX triplet: DE, DD and FB. RGB value is (222,221,251). Sum of RGB (Red+Green+Blue) = 222+221+251=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDFB is #212204. Grayscale: #E0E0E0. Windows color (decimal): -2171397 or 16506334. OLE color: 16506334.
HSL color Cylindrical-coordinate representation of color #DEDDFB: hue angle of 242º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEDDFB is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 221 | 251 | - |
CMYK | 0.12 | 0.12 | 0 | 0.02 |
HSL | 242º | 0.79% | 0.93% | - |
HSV(B) | 242º | 0.12% | 0.98% | - |
XYZ | 73.39 | 74.21 | 101.72 | - |
YUV | 224.72 | 142.83 | 126.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 251 | 0.12 | 0.12 | 0 | 0.02 | 242 | 0.79 | 0.93 |
Hex | DE | DD | FB | C | C | 0 | 2 | F2 | 4F | 5D |
Octal | 336 | 335 | 373 | 14 | 14 | 0 | 2 | 362 | 117 | 135 |
Binary | 11011110 | 11011101 | 11111011 | 1100 | 1100 | 0 | 10 | 11110010 | 1001111 | 1011101 |
Color Harmonies of #DEDDFB
Complementary color
Monochromatic Colors of #DEDDFB
Black with #DEDDFB
Text Example
Text Example
White with #DEDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDFB; }
p { color: rgb(222,221,251); }
H1.HeaderClassName
{
color: #DEDDFB;
}
.AnyTagClassName
{
color: #DEDDFB;
}
</style>
background-color css
<style>
a { background-color: #DEDDFB; }
a { background-color: rgb(222,221,251); }
div.DivClassName
{
background-color: #DEDDFB;
}
.BgClassName
{
background-color: #DEDDFB;
}
</style>
border-color css
<style>
span { border-color: #DEDDFB; }
span { border-color: rgb(222,221,251); }
td.TdClassName
{
border-color: #DEDDFB;
}
.TagClassName
{
border-color: #DEDDFB;
}
</style>