Shades of Quartz #DDDFEC
Tints of Quartz #DDDFEC
RGB
CMYK
RGB Variations
Color information
#DDDFEC (or 0xDDDFEC) is known color: Quartz. HEX triplet: DD, DF and EC. RGB value is (221,223,236). Sum of RGB (Red+Green+Blue) = 221+223+236=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFEC is #222013. Grayscale: #DFDFDF. Windows color (decimal): -2236436 or 15523805. OLE color: 15523805.
HSL color Cylindrical-coordinate representation of color #DDDFEC: hue angle of 232º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDFEC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 223 | 236 | - |
CMYK | 0.06 | 0.06 | 0 | 0.07 |
HSL | 232º | 0.28% | 0.9% | - |
HSV(B) | 232º | 0.06% | 0.93% | - |
XYZ | 71.35 | 74.2 | 89.92 | - |
YUV | 223.88 | 134.84 | 125.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 236 | 0.06 | 0.06 | 0 | 0.07 | 232 | 0.28 | 0.9 |
Hex | DD | DF | EC | 6 | 6 | 0 | 7 | E8 | 1C | 5A |
Octal | 335 | 337 | 354 | 6 | 6 | 0 | 7 | 350 | 34 | 132 |
Binary | 11011101 | 11011111 | 11101100 | 110 | 110 | 0 | 111 | 11101000 | 11100 | 1011010 |
Color Harmonies of #DDDFEC
Complementary color
Monochromatic Colors of #DDDFEC
Black with #DDDFEC
Text Example
Text Example
White with #DDDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFEC; }
p { color: rgb(221,223,236); }
H1.HeaderClassName
{
color: #DDDFEC;
}
.AnyTagClassName
{
color: #DDDFEC;
}
</style>
background-color css
<style>
a { background-color: #DDDFEC; }
a { background-color: rgb(221,223,236); }
div.DivClassName
{
background-color: #DDDFEC;
}
.BgClassName
{
background-color: #DDDFEC;
}
</style>
border-color css
<style>
span { border-color: #DDDFEC; }
span { border-color: rgb(221,223,236); }
td.TdClassName
{
border-color: #DDDFEC;
}
.TagClassName
{
border-color: #DDDFEC;
}
</style>