#DBD5FA

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

Shades of Quartz #DBD5FA

Tints of Quartz #DBD5FA

Color information

#DBD5FA (or 0xDBD5FA) is unknown color: approx Quartz. HEX triplet: DB, D5 and FA. RGB value is (219,213,250). Sum of RGB (Red+Green+Blue) = 219+213+250=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5FA is #242A05. Grayscale: #DADADA. Windows color (decimal): -2370054 or 16438747. OLE color: 16438747.

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

Color convert

RGB219213250-
CMYK0.120.1500.02
HSL249.73º78.72%90.78%-
HSV(B)249.73º14.8%98.04%-
XYZ70.2669.55100.16-
YUV219.01145.49127.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 213 (83.59% from 255) = 31.23%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=32.11%
G=31.23%
B=36.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192132500.120.1500.02249.7378.7290.78
HexDBD5FACF02fa4f5b
Octal333325372141702372117133
Binary110110111101010111111010110011110101111101010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5FA; }

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

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

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

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

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

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

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

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