Shades of Quartz #DDDCEF
Tints of Quartz #DDDCEF
RGB
CMYK
RGB Variations
Color information
#DDDCEF (or 0xDDDCEF) is known color: Quartz. HEX triplet: DD, DC and EF. RGB value is (221,220,239). Sum of RGB (Red+Green+Blue) = 221+220+239=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCEF is #222310. Grayscale: #DEDEDE. Windows color (decimal): -2237201 or 15719645. OLE color: 15719645.
HSL color Cylindrical-coordinate representation of color #DDDCEF: hue angle of 243.16º 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 #DDDCEF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 220 | 239 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.06 |
| HSL | 243.16º | 0.37% | 0.9% | - |
| HSV(B) | 243.16º | 0.08% | 0.94% | - |
| XYZ | 70.99 | 72.79 | 91.97 | - |
| YUV | 222.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 239 | 0.08 | 0.08 | 0 | 0.06 | 243.16 | 0.37 | 0.9 |
| Hex | DD | DC | EF | 8 | 8 | 0 | 6 | F3 | 25 | 5A |
| Octal | 335 | 334 | 357 | 10 | 10 | 0 | 6 | 363 | 45 | 132 |
| Binary | 11011101 | 11011100 | 11101111 | 1000 | 1000 | 0 | 110 | 11110011 | 100101 | 1011010 |
Color Harmonies of #DDDCEF
Complementary color
Monochromatic Colors of #DDDCEF
Black with #DDDCEF
Text Example
Text Example
White with #DDDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCEF; }
p { color: rgb(221,220,239); }
H1.HeaderClassName
{
color: #DDDCEF;
}
.AnyTagClassName
{
color: #DDDCEF;
}
</style>
background-color css
<style>
a { background-color: #DDDCEF; }
a { background-color: rgb(221,220,239); }
div.DivClassName
{
background-color: #DDDCEF;
}
.BgClassName
{
background-color: #DDDCEF;
}
</style>
border-color css
<style>
span { border-color: #DDDCEF; }
span { border-color: rgb(221,220,239); }
td.TdClassName
{
border-color: #DDDCEF;
}
.TagClassName
{
border-color: #DDDCEF;
}
</style>