Shades of Quartz #DEDCEE
Tints of Quartz #DEDCEE
RGB
CMYK
RGB Variations
Color information
#DEDCEE (or 0xDEDCEE) is known color: Quartz. HEX triplet: DE, DC and EE. RGB value is (222,220,238). Sum of RGB (Red+Green+Blue) = 222+220+238=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCEE is #212311. Grayscale: #DEDEDE. Windows color (decimal): -2171666 or 15654110. OLE color: 15654110.
HSL color Cylindrical-coordinate representation of color #DEDCEE: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDCEE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 220 | 238 | - |
CMYK | 0.07 | 0.08 | 0 | 0.07 |
HSL | 246.67º | 0.35% | 0.9% | - |
HSV(B) | 246.67º | 0.08% | 0.93% | - |
XYZ | 71.15 | 72.89 | 91.21 | - |
YUV | 222.65 | 136.66 | 127.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 238 | 0.07 | 0.08 | 0 | 0.07 | 246.67 | 0.35 | 0.9 |
Hex | DE | DC | EE | 7 | 8 | 0 | 7 | F7 | 23 | 5A |
Octal | 336 | 334 | 356 | 7 | 10 | 0 | 7 | 367 | 43 | 132 |
Binary | 11011110 | 11011100 | 11101110 | 111 | 1000 | 0 | 111 | 11110111 | 100011 | 1011010 |
Color Harmonies of #DEDCEE
Complementary color
Monochromatic Colors of #DEDCEE
Black with #DEDCEE
Text Example
Text Example
White with #DEDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCEE; }
p { color: rgb(222,220,238); }
H1.HeaderClassName
{
color: #DEDCEE;
}
.AnyTagClassName
{
color: #DEDCEE;
}
</style>
background-color css
<style>
a { background-color: #DEDCEE; }
a { background-color: rgb(222,220,238); }
div.DivClassName
{
background-color: #DEDCEE;
}
.BgClassName
{
background-color: #DEDCEE;
}
</style>
border-color css
<style>
span { border-color: #DEDCEE; }
span { border-color: rgb(222,220,238); }
td.TdClassName
{
border-color: #DEDCEE;
}
.TagClassName
{
border-color: #DEDCEE;
}
</style>