#DBD1FA

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

Shades of Quartz #DBD1FA

Tints of Quartz #DBD1FA

Color information

#DBD1FA (or 0xDBD1FA) is unknown color: approx Quartz. HEX triplet: DB, D1 and FA. RGB value is (219,209,250). Sum of RGB (Red+Green+Blue) = 219+209+250=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBD1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1FA is #242E05. Grayscale: #D8D8D8. Windows color (decimal): -2371078 or 16437723. OLE color: 16437723.

HSL color Cylindrical-coordinate representation of color #DBD1FA: hue angle of 254.63º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD1FA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219209250-
CMYK0.120.1600.02
HSL254.63º80.39%90%-
HSV(B)254.63º16.4%98.04%-
XYZ69.2767.5699.83-
YUV216.66146.81129.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.30%
GREEN value IS 209 (82.03% from 255) = 30.83%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=32.30%
G=30.83%
B=36.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192092500.120.1600.02254.6380.3990
HexDBD1FAC1002ff505a
Octal333321372142002377120132
Binary1101101111010001111110101100100000101111111110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1FA; }

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

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

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

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

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

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

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

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