#DBD1FC

Color #DBD1FC Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DBD1FC

Tints of Quartz #DBD1FC

Color information

#DBD1FC (or 0xDBD1FC) is unknown color: approx Quartz. HEX triplet: DB, D1 and FC. RGB value is (219,209,252). Sum of RGB (Red+Green+Blue) = 219+209+252=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 209 (82.03% from 255 or 30.74% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBD1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1FC is #242E03. Grayscale: #D8D8D8. Windows color (decimal): -2371076 or 16568795. OLE color: 16568795.

HSL color Cylindrical-coordinate representation of color #DBD1FC: hue angle of 253.95º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBD1FC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219209252-
CMYK0.130.1700.01
HSL253.95º87.76%90.39%-
HSV(B)253.95º17.06%98.82%-
XYZ69.5867.69101.49-
YUV216.89147.81129.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 32.21%
GREEN value IS 209 (82.03% from 255) = 30.74%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=32.21%
G=30.74%
B=37.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192092520.130.1700.01253.9587.7690.39
HexDBD1FCD1101fe585a
Octal333321374152101376130132
Binary110110111101000111111100110110001011111111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1FC; }

 p { color: rgb(219,209,252); }

 H1.HeaderClassName
 {
   color: #DBD1FC;
 }
 .AnyTagClassName
 {
   color: #DBD1FC;
 }
</style>
background-color css

<style>
 a { background-color: #DBD1FC; }

 a { background-color: rgb(219,209,252); }

 div.DivClassName
 {
   background-color: #DBD1FC;
 }
 .BgClassName
 {
   background-color: #DBD1FC;
 }
</style>
border-color css

<style>
 span { border-color: #DBD1FC; }

 span { border-color: rgb(219,209,252); }

 td.TdClassName
 {
   border-color: #DBD1FC;
 }
 .TagClassName
 {
   border-color: #DBD1FC;
 }
</style>