Shades of Quartz #DEDBED
Tints of Quartz #DEDBED
RGB
CMYK
RGB Variations
Color information
#DEDBED (or 0xDEDBED) is known color: Quartz. HEX triplet: DE, DB and ED. RGB value is (222,219,237). Sum of RGB (Red+Green+Blue) = 222+219+237=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBED is #212412. Grayscale: #DDDDDD. Windows color (decimal): -2171923 or 15588318. OLE color: 15588318.
HSL color Cylindrical-coordinate representation of color #DEDBED: hue angle of 250º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDBED is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 219 | 237 | - |
CMYK | 0.06 | 0.08 | 0 | 0.07 |
HSL | 250º | 0.33% | 0.89% | - |
HSV(B) | 250º | 0.08% | 0.93% | - |
XYZ | 70.74 | 72.31 | 90.35 | - |
YUV | 221.95 | 136.49 | 128.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 219 | 237 | 0.06 | 0.08 | 0 | 0.07 | 250 | 0.33 | 0.89 |
Hex | DE | DB | ED | 6 | 8 | 0 | 7 | FA | 21 | 59 |
Octal | 336 | 333 | 355 | 6 | 10 | 0 | 7 | 372 | 41 | 131 |
Binary | 11011110 | 11011011 | 11101101 | 110 | 1000 | 0 | 111 | 11111010 | 100001 | 1011001 |
Color Harmonies of #DEDBED
Complementary color
Monochromatic Colors of #DEDBED
Black with #DEDBED
Text Example
Text Example
White with #DEDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBED; }
p { color: rgb(222,219,237); }
H1.HeaderClassName
{
color: #DEDBED;
}
.AnyTagClassName
{
color: #DEDBED;
}
</style>
background-color css
<style>
a { background-color: #DEDBED; }
a { background-color: rgb(222,219,237); }
div.DivClassName
{
background-color: #DEDBED;
}
.BgClassName
{
background-color: #DEDBED;
}
</style>
border-color css
<style>
span { border-color: #DEDBED; }
span { border-color: rgb(222,219,237); }
td.TdClassName
{
border-color: #DEDBED;
}
.TagClassName
{
border-color: #DEDBED;
}
</style>