#DBDFFA

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

Shades of Quartz #DBDFFA

Tints of Quartz #DBDFFA

Color information

#DBDFFA (or 0xDBDFFA) is unknown color: approx Quartz. HEX triplet: DB, DF and FA. RGB value is (219,223,250). Sum of RGB (Red+Green+Blue) = 219+223+250=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBDFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFFA is #242005. Grayscale: #E0E0E0. Windows color (decimal): -2367494 or 16441307. OLE color: 16441307.

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

Color convert

RGB219223250-
CMYK0.120.1100.02
HSL232.26º75.61%91.96%-
HSV(B)232.26º12.4%98.04%-
XYZ72.8674.74101.03-
YUV224.88142.17123.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 223 (87.5% from 255) = 32.23%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=31.65%
G=32.23%
B=36.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192232500.120.1100.02232.2675.6191.96
HexDBDFFACB02e84c5c
Octal333337372141302350114134
Binary110110111101111111111010110010110101110100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFFA; }

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

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

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

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

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

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

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

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