Shades of Quartz #DEDDFC
Tints of Quartz #DEDDFC
RGB
CMYK
RGB Variations
Color information
#DEDDFC (or 0xDEDDFC) is known color: Quartz. HEX triplet: DE, DD and FC. RGB value is (222,221,252). Sum of RGB (Red+Green+Blue) = 222+221+252=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDFC is #212203. Grayscale: #E0E0E0. Windows color (decimal): -2171396 or 16571870. OLE color: 16571870.
HSL color Cylindrical-coordinate representation of color #DEDDFC: hue angle of 241.94º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEDDFC is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 221 | 252 | - |
CMYK | 0.12 | 0.12 | 0 | 0.01 |
HSL | 241.94º | 0.84% | 0.93% | - |
HSV(B) | 241.94º | 0.12% | 0.99% | - |
XYZ | 73.55 | 74.27 | 102.55 | - |
YUV | 224.83 | 143.33 | 125.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 252 | 0.12 | 0.12 | 0 | 0.01 | 241.94 | 0.84 | 0.93 |
Hex | DE | DD | FC | C | C | 0 | 1 | F2 | 54 | 5D |
Octal | 336 | 335 | 374 | 14 | 14 | 0 | 1 | 362 | 124 | 135 |
Binary | 11011110 | 11011101 | 11111100 | 1100 | 1100 | 0 | 1 | 11110010 | 1010100 | 1011101 |
Color Harmonies of #DEDDFC
Complementary color
Monochromatic Colors of #DEDDFC
Black with #DEDDFC
Text Example
Text Example
White with #DEDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDFC; }
p { color: rgb(222,221,252); }
H1.HeaderClassName
{
color: #DEDDFC;
}
.AnyTagClassName
{
color: #DEDDFC;
}
</style>
background-color css
<style>
a { background-color: #DEDDFC; }
a { background-color: rgb(222,221,252); }
div.DivClassName
{
background-color: #DEDDFC;
}
.BgClassName
{
background-color: #DEDDFC;
}
</style>
border-color css
<style>
span { border-color: #DEDDFC; }
span { border-color: rgb(222,221,252); }
td.TdClassName
{
border-color: #DEDDFC;
}
.TagClassName
{
border-color: #DEDDFC;
}
</style>