Shades of Quartz #DCDEEF
Tints of Quartz #DCDEEF
RGB
CMYK
RGB Variations
Color information
#DCDEEF (or 0xDCDEEF) is known color: Quartz. HEX triplet: DC, DE and EF. RGB value is (220,222,239). Sum of RGB (Red+Green+Blue) = 220+222+239=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEEF is #232110. Grayscale: #DFDFDF. Windows color (decimal): -2302225 or 15720156. OLE color: 15720156.
HSL color Cylindrical-coordinate representation of color #DCDEEF: hue angle of 233.68º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDEEF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 222 | 239 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.06 |
| HSL | 233.68º | 0.37% | 0.9% | - |
| HSV(B) | 233.68º | 0.08% | 0.94% | - |
| XYZ | 71.22 | 73.69 | 92.13 | - |
| YUV | 223.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 239 | 0.08 | 0.07 | 0 | 0.06 | 233.68 | 0.37 | 0.9 |
| Hex | DC | DE | EF | 8 | 7 | 0 | 6 | EA | 25 | 5A |
| Octal | 334 | 336 | 357 | 10 | 7 | 0 | 6 | 352 | 45 | 132 |
| Binary | 11011100 | 11011110 | 11101111 | 1000 | 111 | 0 | 110 | 11101010 | 100101 | 1011010 |
Color Harmonies of #DCDEEF
Complementary color
Monochromatic Colors of #DCDEEF
Black with #DCDEEF
Text Example
Text Example
White with #DCDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEEF; }
p { color: rgb(220,222,239); }
H1.HeaderClassName
{
color: #DCDEEF;
}
.AnyTagClassName
{
color: #DCDEEF;
}
</style>
background-color css
<style>
a { background-color: #DCDEEF; }
a { background-color: rgb(220,222,239); }
div.DivClassName
{
background-color: #DCDEEF;
}
.BgClassName
{
background-color: #DCDEEF;
}
</style>
border-color css
<style>
span { border-color: #DCDEEF; }
span { border-color: rgb(220,222,239); }
td.TdClassName
{
border-color: #DCDEEF;
}
.TagClassName
{
border-color: #DCDEEF;
}
</style>