Shades of Quartz #DDDEF6
Tints of Quartz #DDDEF6
RGB
CMYK
RGB Variations
Color information
#DDDEF6 (or 0xDDDEF6) is known color: Quartz. HEX triplet: DD, DE and F6. RGB value is (221,222,246). Sum of RGB (Red+Green+Blue) = 221+222+246=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDDEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEF6 is #222109. Grayscale: #E0E0E0. Windows color (decimal): -2236682 or 16178909. OLE color: 16178909.
HSL color Cylindrical-coordinate representation of color #DDDEF6: hue angle of 237.6º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDEF6 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 222 | 246 | - |
CMYK | 0.10 | 0.10 | 0 | 0.04 |
HSL | 237.6º | 0.58% | 0.92% | - |
HSV(B) | 237.6º | 0.1% | 0.96% | - |
XYZ | 72.57 | 74.27 | 97.7 | - |
YUV | 224.44 | 140.17 | 125.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 246 | 0.10 | 0.10 | 0 | 0.04 | 237.6 | 0.58 | 0.92 |
Hex | DD | DE | F6 | A | A | 0 | 4 | EE | 3A | 5C |
Octal | 335 | 336 | 366 | 12 | 12 | 0 | 4 | 356 | 72 | 134 |
Binary | 11011101 | 11011110 | 11110110 | 1010 | 1010 | 0 | 100 | 11101110 | 111010 | 1011100 |
Color Harmonies of #DDDEF6
Complementary color
Monochromatic Colors of #DDDEF6
Black with #DDDEF6
Text Example
Text Example
White with #DDDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEF6; }
p { color: rgb(221,222,246); }
H1.HeaderClassName
{
color: #DDDEF6;
}
.AnyTagClassName
{
color: #DDDEF6;
}
</style>
background-color css
<style>
a { background-color: #DDDEF6; }
a { background-color: rgb(221,222,246); }
div.DivClassName
{
background-color: #DDDEF6;
}
.BgClassName
{
background-color: #DDDEF6;
}
</style>
border-color css
<style>
span { border-color: #DDDEF6; }
span { border-color: rgb(221,222,246); }
td.TdClassName
{
border-color: #DDDEF6;
}
.TagClassName
{
border-color: #DDDEF6;
}
</style>