Shades of Quartz #DCDEEA
Tints of Quartz #DCDEEA
RGB
CMYK
RGB Variations
Color information
#DCDEEA (or 0xDCDEEA) is known color: Quartz. HEX triplet: DC, DE and EA. RGB value is (220,222,234). Sum of RGB (Red+Green+Blue) = 220+222+234=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEEA is #232115. Grayscale: #DEDEDE. Windows color (decimal): -2302230 or 15392476. OLE color: 15392476.
HSL color Cylindrical-coordinate representation of color #DCDEEA: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDEEA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 222 | 234 | - |
CMYK | 0.06 | 0.05 | 0 | 0.08 |
HSL | 231.43º | 0.25% | 0.89% | - |
HSV(B) | 231.43º | 0.06% | 0.92% | - |
XYZ | 70.49 | 73.4 | 88.29 | - |
YUV | 222.77 | 134.34 | 126.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 234 | 0.06 | 0.05 | 0 | 0.08 | 231.43 | 0.25 | 0.89 |
Hex | DC | DE | EA | 6 | 5 | 0 | 8 | E7 | 19 | 59 |
Octal | 334 | 336 | 352 | 6 | 5 | 0 | 10 | 347 | 31 | 131 |
Binary | 11011100 | 11011110 | 11101010 | 110 | 101 | 0 | 1000 | 11100111 | 11001 | 1011001 |
Color Harmonies of #DCDEEA
Complementary color
Monochromatic Colors of #DCDEEA
Black with #DCDEEA
Text Example
Text Example
White with #DCDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEEA; }
p { color: rgb(220,222,234); }
H1.HeaderClassName
{
color: #DCDEEA;
}
.AnyTagClassName
{
color: #DCDEEA;
}
</style>
background-color css
<style>
a { background-color: #DCDEEA; }
a { background-color: rgb(220,222,234); }
div.DivClassName
{
background-color: #DCDEEA;
}
.BgClassName
{
background-color: #DCDEEA;
}
</style>
border-color css
<style>
span { border-color: #DCDEEA; }
span { border-color: rgb(220,222,234); }
td.TdClassName
{
border-color: #DCDEEA;
}
.TagClassName
{
border-color: #DCDEEA;
}
</style>