#DBD2FA

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

Shades of Quartz #DBD2FA

Tints of Quartz #DBD2FA

Color information

#DBD2FA (or 0xDBD2FA) is unknown color: approx Quartz. HEX triplet: DB, D2 and FA. RGB value is (219,210,250). Sum of RGB (Red+Green+Blue) = 219+210+250=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2FA is #242D05. Grayscale: #D9D9D9. Windows color (decimal): -2370822 or 16437979. OLE color: 16437979.

HSL color Cylindrical-coordinate representation of color #DBD2FA: hue angle of 253.5º 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 #DBD2FA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219210250-
CMYK0.120.1600.02
HSL253.5º80%90.2%-
HSV(B)253.5º16%98.04%-
XYZ69.5268.0699.91-
YUV217.25146.48129.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 210 (82.42% from 255) = 30.93%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=32.25%
G=30.93%
B=36.82%

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
Decimal2192102500.120.1600.02253.58090.2
HexDBD2FAC1002fe505a
Octal333322372142002376120132
Binary1101101111010010111110101100100000101111111010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2FA; }

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

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

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

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

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

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

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

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