Shades of Quartz #DDDDFE
Tints of Quartz #DDDDFE
RGB
CMYK
RGB Variations
Color information
#DDDDFE (or 0xDDDDFE) is known color: Quartz. HEX triplet: DD, DD and FE. RGB value is (221,221,254). Sum of RGB (Red+Green+Blue) = 221+221+254=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDFE is #222201. Grayscale: #E0E0E0. Windows color (decimal): -2236930 or 16702941. OLE color: 16702941.
HSL color Cylindrical-coordinate representation of color #DDDDFE: hue angle of 240º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDDDFE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 221 | 254 | - |
CMYK | 0.13 | 0.13 | 0 | 0.00 |
HSL | 240º | 0.94% | 0.93% | - |
HSV(B) | 240º | 0.13% | 1% | - |
XYZ | 73.56 | 74.24 | 104.22 | - |
YUV | 224.76 | 144.5 | 125.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 254 | 0.13 | 0.13 | 0 | 0.00 | 240 | 0.94 | 0.93 |
Hex | DD | DD | FE | D | D | 0 | 0 | F0 | 5E | 5D |
Octal | 335 | 335 | 376 | 15 | 15 | 0 | 0 | 360 | 136 | 135 |
Binary | 11011101 | 11011101 | 11111110 | 1101 | 1101 | 0 | 0 | 11110000 | 1011110 | 1011101 |
Color Harmonies of #DDDDFE
Complementary color
Monochromatic Colors of #DDDDFE
Black with #DDDDFE
Text Example
Text Example
White with #DDDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDFE; }
p { color: rgb(221,221,254); }
H1.HeaderClassName
{
color: #DDDDFE;
}
.AnyTagClassName
{
color: #DDDDFE;
}
</style>
background-color css
<style>
a { background-color: #DDDDFE; }
a { background-color: rgb(221,221,254); }
div.DivClassName
{
background-color: #DDDDFE;
}
.BgClassName
{
background-color: #DDDDFE;
}
</style>
border-color css
<style>
span { border-color: #DDDDFE; }
span { border-color: rgb(221,221,254); }
td.TdClassName
{
border-color: #DDDDFE;
}
.TagClassName
{
border-color: #DDDDFE;
}
</style>