Shades of Quartz #DDDBFE
Tints of Quartz #DDDBFE
RGB
CMYK
RGB Variations
Color information
#DDDBFE (or 0xDDDBFE) is known color: Quartz. HEX triplet: DD, DB and FE. RGB value is (221,219,254). Sum of RGB (Red+Green+Blue) = 221+219+254=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBFE is #222401. Grayscale: #DFDFDF. Windows color (decimal): -2237442 or 16702429. OLE color: 16702429.
HSL color Cylindrical-coordinate representation of color #DDDBFE: hue angle of 243.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDDBFE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 219 | 254 | - |
CMYK | 0.13 | 0.14 | 0 | 0.00 |
HSL | 243.43º | 0.95% | 0.93% | - |
HSV(B) | 243.43º | 0.14% | 1% | - |
XYZ | 73.04 | 73.19 | 104.04 | - |
YUV | 223.59 | 145.16 | 126.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 254 | 0.13 | 0.14 | 0 | 0.00 | 243.43 | 0.95 | 0.93 |
Hex | DD | DB | FE | D | E | 0 | 0 | F3 | 5F | 5D |
Octal | 335 | 333 | 376 | 15 | 16 | 0 | 0 | 363 | 137 | 135 |
Binary | 11011101 | 11011011 | 11111110 | 1101 | 1110 | 0 | 0 | 11110011 | 1011111 | 1011101 |
Color Harmonies of #DDDBFE
Complementary color
Monochromatic Colors of #DDDBFE
Black with #DDDBFE
Text Example
Text Example
White with #DDDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBFE; }
p { color: rgb(221,219,254); }
H1.HeaderClassName
{
color: #DDDBFE;
}
.AnyTagClassName
{
color: #DDDBFE;
}
</style>
background-color css
<style>
a { background-color: #DDDBFE; }
a { background-color: rgb(221,219,254); }
div.DivClassName
{
background-color: #DDDBFE;
}
.BgClassName
{
background-color: #DDDBFE;
}
</style>
border-color css
<style>
span { border-color: #DDDBFE; }
span { border-color: rgb(221,219,254); }
td.TdClassName
{
border-color: #DDDBFE;
}
.TagClassName
{
border-color: #DDDBFE;
}
</style>