Shades of Quartz #DBDDFE
Tints of Quartz #DBDDFE
RGB
CMYK
RGB Variations
Color information
#DBDDFE (or 0xDBDDFE) is known color: Quartz. HEX triplet: DB, DD and FE. RGB value is (219,221,254). Sum of RGB (Red+Green+Blue) = 219+221+254=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 221 (86.72% from 255 or 31.84% 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 #DBDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDFE is #242201. Grayscale: #E0E0E0. Windows color (decimal): -2368002 or 16702939. OLE color: 16702939.
HSL color Cylindrical-coordinate representation of color #DBDDFE: hue angle of 236.57º 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 #DBDDFE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 221 | 254 | - |
CMYK | 0.14 | 0.13 | 0 | 0.00 |
HSL | 236.57º | 0.95% | 0.93% | - |
HSV(B) | 236.57º | 0.14% | 1% | - |
XYZ | 72.96 | 73.93 | 104.19 | - |
YUV | 224.16 | 144.84 | 124.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 254 | 0.14 | 0.13 | 0 | 0.00 | 236.57 | 0.95 | 0.93 |
Hex | DB | DD | FE | E | D | 0 | 0 | ED | 5F | 5D |
Octal | 333 | 335 | 376 | 16 | 15 | 0 | 0 | 355 | 137 | 135 |
Binary | 11011011 | 11011101 | 11111110 | 1110 | 1101 | 0 | 0 | 11101101 | 1011111 | 1011101 |
Color Harmonies of #DBDDFE
Complementary color
Monochromatic Colors of #DBDDFE
Black with #DBDDFE
Text Example
Text Example
White with #DBDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDFE; }
p { color: rgb(219,221,254); }
H1.HeaderClassName
{
color: #DBDDFE;
}
.AnyTagClassName
{
color: #DBDDFE;
}
</style>
background-color css
<style>
a { background-color: #DBDDFE; }
a { background-color: rgb(219,221,254); }
div.DivClassName
{
background-color: #DBDDFE;
}
.BgClassName
{
background-color: #DBDDFE;
}
</style>
border-color css
<style>
span { border-color: #DBDDFE; }
span { border-color: rgb(219,221,254); }
td.TdClassName
{
border-color: #DBDDFE;
}
.TagClassName
{
border-color: #DBDDFE;
}
</style>