Shades of Quartz #DCDEFB
Tints of Quartz #DCDEFB
RGB
CMYK
RGB Variations
Color information
#DCDEFB (or 0xDCDEFB) is known color: Quartz. HEX triplet: DC, DE and FB. RGB value is (220,222,251). Sum of RGB (Red+Green+Blue) = 220+222+251=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCDEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEFB is #232104. Grayscale: #E0E0E0. Windows color (decimal): -2302213 or 16506588. OLE color: 16506588.
HSL color Cylindrical-coordinate representation of color #DCDEFB: hue angle of 236.13º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDEFB is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 222 | 251 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.02 |
| HSL | 236.13º | 0.79% | 0.92% | - |
| HSV(B) | 236.13º | 0.12% | 0.98% | - |
| XYZ | 73.05 | 74.42 | 101.78 | - |
| YUV | 224.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 251 | 0.12 | 0.12 | 0 | 0.02 | 236.13 | 0.79 | 0.92 |
| Hex | DC | DE | FB | C | C | 0 | 2 | EC | 4F | 5C |
| Octal | 334 | 336 | 373 | 14 | 14 | 0 | 2 | 354 | 117 | 134 |
| Binary | 11011100 | 11011110 | 11111011 | 1100 | 1100 | 0 | 10 | 11101100 | 1001111 | 1011100 |
Color Harmonies of #DCDEFB
Complementary color
Monochromatic Colors of #DCDEFB
Black with #DCDEFB
Text Example
Text Example
White with #DCDEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEFB; }
p { color: rgb(220,222,251); }
H1.HeaderClassName
{
color: #DCDEFB;
}
.AnyTagClassName
{
color: #DCDEFB;
}
</style>
background-color css
<style>
a { background-color: #DCDEFB; }
a { background-color: rgb(220,222,251); }
div.DivClassName
{
background-color: #DCDEFB;
}
.BgClassName
{
background-color: #DCDEFB;
}
</style>
border-color css
<style>
span { border-color: #DCDEFB; }
span { border-color: rgb(220,222,251); }
td.TdClassName
{
border-color: #DCDEFB;
}
.TagClassName
{
border-color: #DCDEFB;
}
</style>