Shades of Quartz #DCDEEB
Tints of Quartz #DCDEEB
RGB
CMYK
RGB Variations
Color information
#DCDEEB (or 0xDCDEEB) is known color: Quartz. HEX triplet: DC, DE and EB. RGB value is (220,222,235). Sum of RGB (Red+Green+Blue) = 220+222+235=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEEB is #232114. Grayscale: #DEDEDE. Windows color (decimal): -2302229 or 15458012. OLE color: 15458012.
HSL color Cylindrical-coordinate representation of color #DCDEEB: hue angle of 232º degrees, saturation: 0.27, 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 #DCDEEB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 222 | 235 | - |
CMYK | 0.06 | 0.06 | 0 | 0.08 |
HSL | 232º | 0.27% | 0.89% | - |
HSV(B) | 232º | 0.06% | 0.92% | - |
XYZ | 70.63 | 73.46 | 89.05 | - |
YUV | 222.88 | 134.84 | 125.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 235 | 0.06 | 0.06 | 0 | 0.08 | 232 | 0.27 | 0.89 |
Hex | DC | DE | EB | 6 | 6 | 0 | 8 | E8 | 1B | 59 |
Octal | 334 | 336 | 353 | 6 | 6 | 0 | 10 | 350 | 33 | 131 |
Binary | 11011100 | 11011110 | 11101011 | 110 | 110 | 0 | 1000 | 11101000 | 11011 | 1011001 |
Color Harmonies of #DCDEEB
Complementary color
Monochromatic Colors of #DCDEEB
Black with #DCDEEB
Text Example
Text Example
White with #DCDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEEB; }
p { color: rgb(220,222,235); }
H1.HeaderClassName
{
color: #DCDEEB;
}
.AnyTagClassName
{
color: #DCDEEB;
}
</style>
background-color css
<style>
a { background-color: #DCDEEB; }
a { background-color: rgb(220,222,235); }
div.DivClassName
{
background-color: #DCDEEB;
}
.BgClassName
{
background-color: #DCDEEB;
}
</style>
border-color css
<style>
span { border-color: #DCDEEB; }
span { border-color: rgb(220,222,235); }
td.TdClassName
{
border-color: #DCDEEB;
}
.TagClassName
{
border-color: #DCDEEB;
}
</style>