Shades of Quartz #DDDCFE
Tints of Quartz #DDDCFE
RGB
CMYK
RGB Variations
Color information
#DDDCFE (or 0xDDDCFE) is known color: Quartz. HEX triplet: DD, DC and FE. RGB value is (221,220,254). Sum of RGB (Red+Green+Blue) = 221+220+254=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCFE is #222301. Grayscale: #E0E0E0. Windows color (decimal): -2237186 or 16702685. OLE color: 16702685.
HSL color Cylindrical-coordinate representation of color #DDDCFE: hue angle of 241.76º 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 #DDDCFE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 220 | 254 | - |
CMYK | 0.13 | 0.13 | 0 | 0.00 |
HSL | 241.76º | 0.94% | 0.93% | - |
HSV(B) | 241.76º | 0.13% | 1% | - |
XYZ | 73.3 | 73.71 | 104.13 | - |
YUV | 224.18 | 144.83 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 254 | 0.13 | 0.13 | 0 | 0.00 | 241.76 | 0.94 | 0.93 |
Hex | DD | DC | FE | D | D | 0 | 0 | F2 | 5E | 5D |
Octal | 335 | 334 | 376 | 15 | 15 | 0 | 0 | 362 | 136 | 135 |
Binary | 11011101 | 11011100 | 11111110 | 1101 | 1101 | 0 | 0 | 11110010 | 1011110 | 1011101 |
Color Harmonies of #DDDCFE
Complementary color
Monochromatic Colors of #DDDCFE
Black with #DDDCFE
Text Example
Text Example
White with #DDDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCFE; }
p { color: rgb(221,220,254); }
H1.HeaderClassName
{
color: #DDDCFE;
}
.AnyTagClassName
{
color: #DDDCFE;
}
</style>
background-color css
<style>
a { background-color: #DDDCFE; }
a { background-color: rgb(221,220,254); }
div.DivClassName
{
background-color: #DDDCFE;
}
.BgClassName
{
background-color: #DDDCFE;
}
</style>
border-color css
<style>
span { border-color: #DDDCFE; }
span { border-color: rgb(221,220,254); }
td.TdClassName
{
border-color: #DDDCFE;
}
.TagClassName
{
border-color: #DDDCFE;
}
</style>