#DBDAFA

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

Shades of Quartz #DBDAFA

Tints of Quartz #DBDAFA

Color information

#DBDAFA (or 0xDBDAFA) is unknown color: approx Quartz. HEX triplet: DB, DA and FA. RGB value is (219,218,250). Sum of RGB (Red+Green+Blue) = 219+218+250=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAFA is #242505. Grayscale: #DDDDDD. Windows color (decimal): -2368774 or 16440027. OLE color: 16440027.

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

Color convert

RGB219218250-
CMYK0.120.1300.02
HSL241.88º76.19%91.76%-
HSV(B)241.88º12.8%98.04%-
XYZ71.5472.11100.59-
YUV221.95143.83125.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=31.88%
G=31.73%
B=36.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192182500.120.1300.02241.8876.1991.76
HexDBDAFACD02f24c5c
Octal333332372141502362114134
Binary110110111101101011111010110011010101111001010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAFA; }

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

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

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

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

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

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

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

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